#af66ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 102, 255
HSL
269°, 100%, 70%
CMYK
31, 60, 0, 0
Luminance
0.2584
Every format
| HEX | #af66ff |
| RGB | rgb(175, 102, 255) |
| HSL | hsl(269, 100%, 70%) |
| CMYK | cmyk(31%, 60%, 0%, 0%) |
| LAB | lab(57.9 57.7 -65.3) |
| LCH | lch(57.9 87.2 311.5) |
| OKLCH | oklch(0.662 0.220 302.8) |
Copy-ready code
/* CSS */
color: #af66ff;
background-color: #af66ff;
/* Tailwind (arbitrary) */
class="text-[#af66ff] bg-[#af66ff]"
/* SCSS */
$brand: #af66ff;
/* SwiftUI */
Color(red: 0.686, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#af66ff")Accessibility — WCAG contrast
Aa
#af66ff on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af66ff on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.0%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#af66ff text on a black background
contrast 6.17:1
Card sample
#af66ff text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af66ff;
Background color
Panel with #af66ff background
background-color: #af66ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af66ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af66ff; background: linear-gradient(135deg, #af66ff, #FF66E9);