#ac88fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 136, 253
HSL
259°, 97%, 76%
CMYK
32, 46, 0, 1
Luminance
0.3347
Every format
| HEX | #ac88fd |
| RGB | rgb(172, 136, 253) |
| HSL | hsl(259, 97%, 76%) |
| CMYK | cmyk(32%, 46%, 0%, 1%) |
| LAB | lab(64.5 38.3 -53.6) |
| LCH | lch(64.5 65.9 305.5) |
| OKLCH | oklch(0.710 0.168 296.0) |
Copy-ready code
/* CSS */
color: #ac88fd;
background-color: #ac88fd;
/* Tailwind (arbitrary) */
class="text-[#ac88fd] bg-[#ac88fd]"
/* SCSS */
$brand: #ac88fd;
/* SwiftUI */
Color(red: 0.675, green: 0.533, blue: 0.992)
/* Android */
Color.parseColor("#ac88fd")Accessibility — WCAG contrast
Aa
#ac88fd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac88fd on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.3%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta46.2%
Yellow0.0%
Key (black)0.8%
Color previews
#ac88fd text on a black background
contrast 7.69:1
Card sample
#ac88fd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac88fd;
Background color
Panel with #ac88fd background
background-color: #ac88fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac88fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 136, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 136, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac88fd; background: linear-gradient(135deg, #ac88fd, #FA88FD);