#af88ff
a light, electric violet · warm · closest name: slateblue
RGB
175, 136, 255
HSL
260°, 100%, 77%
CMYK
31, 47, 0, 0
Luminance
0.3394
Every format
| HEX | #af88ff |
| RGB | rgb(175, 136, 255) |
| HSL | hsl(260, 100%, 77%) |
| CMYK | cmyk(31%, 47%, 0%, 0%) |
| LAB | lab(64.9 39.6 -54.1) |
| LCH | lch(64.9 67.0 306.2) |
| OKLCH | oklch(0.714 0.171 297.0) |
Copy-ready code
/* CSS */
color: #af88ff;
background-color: #af88ff;
/* Tailwind (arbitrary) */
class="text-[#af88ff] bg-[#af88ff]"
/* SCSS */
$brand: #af88ff;
/* SwiftUI */
Color(red: 0.686, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#af88ff")Accessibility — WCAG contrast
Aa
#af88ff on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af88ff on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green53.3%
Blue100.0%
CMYK percentages
Cyan31.4%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#af88ff text on a black background
contrast 7.79:1
Card sample
#af88ff text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af88ff;
Background color
Panel with #af88ff background
background-color: #af88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af88ff; background: linear-gradient(135deg, #af88ff, #FE88FF);