#ac89fd
a light, electric violet · warm · closest name: slateblue
RGB
172, 137, 253
HSL
258°, 97%, 77%
CMYK
32, 46, 0, 1
Luminance
0.3375
Every format
| HEX | #ac89fd |
| RGB | rgb(172, 137, 253) |
| HSL | hsl(258, 97%, 77%) |
| CMYK | cmyk(32%, 46%, 0%, 1%) |
| LAB | lab(64.8 37.7 -53.3) |
| LCH | lch(64.8 65.3 305.3) |
| OKLCH | oklch(0.712 0.167 295.8) |
Copy-ready code
/* CSS */
color: #ac89fd;
background-color: #ac89fd;
/* Tailwind (arbitrary) */
class="text-[#ac89fd] bg-[#ac89fd]"
/* SCSS */
$brand: #ac89fd;
/* SwiftUI */
Color(red: 0.675, green: 0.537, blue: 0.992)
/* Android */
Color.parseColor("#ac89fd")Accessibility — WCAG contrast
Aa
#ac89fd on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac89fd on black: 7.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green53.7%
Blue99.2%
CMYK percentages
Cyan32.0%
Magenta45.8%
Yellow0.0%
Key (black)0.8%
Color previews
#ac89fd text on a black background
contrast 7.75:1
Card sample
#ac89fd text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac89fd;
Background color
Panel with #ac89fd background
background-color: #ac89fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac89fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 137, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 137, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac89fd; background: linear-gradient(135deg, #ac89fd, #F989FD);