#ac88eb
a light, vivid violet · warm · closest name: slateblue
RGB
172, 136, 235
HSL
262°, 71%, 73%
CMYK
27, 42, 0, 8
Luminance
0.3238
Every format
| HEX | #ac88eb |
| RGB | rgb(172, 136, 235) |
| HSL | hsl(262, 71%, 73%) |
| CMYK | cmyk(27%, 42%, 0%, 8%) |
| LAB | lab(63.6 33.9 -45.1) |
| LCH | lch(63.6 56.4 306.9) |
| OKLCH | oklch(0.700 0.145 299.4) |
Copy-ready code
/* CSS */
color: #ac88eb;
background-color: #ac88eb;
/* Tailwind (arbitrary) */
class="text-[#ac88eb] bg-[#ac88eb]"
/* SCSS */
$brand: #ac88eb;
/* SwiftUI */
Color(red: 0.675, green: 0.533, blue: 0.922)
/* Android */
Color.parseColor("#ac88eb")Accessibility — WCAG contrast
Aa
#ac88eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac88eb on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.3%
Blue92.2%
CMYK percentages
Cyan26.8%
Magenta42.1%
Yellow0.0%
Key (black)7.8%
Color previews
#ac88eb text on a black background
contrast 7.48:1
Card sample
#ac88eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac88eb;
Background color
Panel with #ac88eb background
background-color: #ac88eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac88eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 136, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 136, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac88eb; background: linear-gradient(135deg, #ac88eb, #EB88E8);