#af62fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 98, 252
HSL
270°, 96%, 69%
CMYK
31, 61, 0, 1
Luminance
0.2488
Every format
| HEX | #af62fc |
| RGB | rgb(175, 98, 252) |
| HSL | hsl(270, 96%, 69%) |
| CMYK | cmyk(31%, 61%, 0%, 1%) |
| LAB | lab(57.0 59.0 -65.2) |
| LCH | lch(57.0 87.9 312.2) |
| OKLCH | oklch(0.654 0.222 303.9) |
Copy-ready code
/* CSS */
color: #af62fc;
background-color: #af62fc;
/* Tailwind (arbitrary) */
class="text-[#af62fc] bg-[#af62fc]"
/* SCSS */
$brand: #af62fc;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.988)
/* Android */
Color.parseColor("#af62fc")Accessibility — WCAG contrast
Aa
#af62fc on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af62fc on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta61.1%
Yellow0.0%
Key (black)1.2%
Color previews
#af62fc text on a black background
contrast 5.98:1
Card sample
#af62fc text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af62fc;
Background color
Panel with #af62fc background
background-color: #af62fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af62fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af62fc; background: linear-gradient(135deg, #af62fc, #FC62E2);