#af66fc
a light, electric violet · warm · closest name: slateblue
RGB
175, 102, 252
HSL
269°, 96%, 69%
CMYK
31, 60, 0, 1
Luminance
0.2564
Every format
| HEX | #af66fc |
| RGB | rgb(175, 102, 252) |
| HSL | hsl(269, 96%, 69%) |
| CMYK | cmyk(31%, 60%, 0%, 1%) |
| LAB | lab(57.7 57.0 -64.0) |
| LCH | lch(57.7 85.7 311.7) |
| OKLCH | oklch(0.660 0.217 303.4) |
Copy-ready code
/* CSS */
color: #af66fc;
background-color: #af66fc;
/* Tailwind (arbitrary) */
class="text-[#af66fc] bg-[#af66fc]"
/* SCSS */
$brand: #af66fc;
/* SwiftUI */
Color(red: 0.686, green: 0.400, blue: 0.988)
/* Android */
Color.parseColor("#af66fc")Accessibility — WCAG contrast
Aa
#af66fc on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af66fc on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.0%
Blue98.8%
CMYK percentages
Cyan30.6%
Magenta59.5%
Yellow0.0%
Key (black)1.2%
Color previews
#af66fc text on a black background
contrast 6.13:1
Card sample
#af66fc text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af66fc;
Background color
Panel with #af66fc background
background-color: #af66fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af66fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 102, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 102, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af66fc; background: linear-gradient(135deg, #af66fc, #FC66E5);