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