#ac88ff
a light, electric violet · warm · closest name: slateblue
RGB
172, 136, 255
HSL
258°, 100%, 77%
CMYK
33, 47, 0, 0
Luminance
0.3360
Every format
| HEX | #ac88ff |
| RGB | rgb(172, 136, 255) |
| HSL | hsl(258, 100%, 77%) |
| CMYK | cmyk(33%, 47%, 0%, 0%) |
| LAB | lab(64.6 38.8 -54.6) |
| LCH | lch(64.6 66.9 305.4) |
| OKLCH | oklch(0.711 0.171 295.7) |
Copy-ready code
/* CSS */
color: #ac88ff;
background-color: #ac88ff;
/* Tailwind (arbitrary) */
class="text-[#ac88ff] bg-[#ac88ff]"
/* SCSS */
$brand: #ac88ff;
/* SwiftUI */
Color(red: 0.675, green: 0.533, blue: 1.000)
/* Android */
Color.parseColor("#ac88ff")Accessibility — WCAG contrast
Aa
#ac88ff on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac88ff on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.3%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta46.7%
Yellow0.0%
Key (black)0.0%
Color previews
#ac88ff text on a black background
contrast 7.72:1
Card sample
#ac88ff text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac88ff;
Background color
Panel with #ac88ff background
background-color: #ac88ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac88ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 136, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 136, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac88ff; background: linear-gradient(135deg, #ac88ff, #FB88FF);