#af62ce
a balanced, vivid violet · warm · closest name: orchid
RGB
175, 98, 206
HSL
283°, 52%, 60%
CMYK
15, 52, 0, 19
Luminance
0.2231
Every format
| HEX | #af62ce |
| RGB | rgb(175, 98, 206) |
| HSL | hsl(283, 52%, 60%) |
| CMYK | cmyk(15%, 52%, 0%, 19%) |
| LAB | lab(54.4 48.8 -43.5) |
| LCH | lch(54.4 65.4 318.3) |
| OKLCH | oklch(0.627 0.173 315.4) |
Copy-ready code
/* CSS */
color: #af62ce;
background-color: #af62ce;
/* Tailwind (arbitrary) */
class="text-[#af62ce] bg-[#af62ce]"
/* SCSS */
$brand: #af62ce;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.808)
/* Android */
Color.parseColor("#af62ce")Accessibility — WCAG contrast
Aa
#af62ce on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62ce on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue80.8%
CMYK percentages
Cyan15.0%
Magenta52.4%
Yellow0.0%
Key (black)19.2%
Color previews
#af62ce text on a black background
contrast 5.46:1
Card sample
#af62ce text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62ce;
Background color
Panel with #af62ce background
background-color: #af62ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62ce; background: linear-gradient(135deg, #af62ce, #CE62A5);