#ac8fd9
a light, vivid violet · warm · closest name: plum
RGB
172, 143, 217
HSL
264°, 49%, 71%
CMYK
21, 34, 0, 15
Luminance
0.3343
Every format
| HEX | #ac8fd9 |
| RGB | rgb(172, 143, 217) |
| HSL | hsl(264, 49%, 71%) |
| CMYK | cmyk(21%, 34%, 0%, 15%) |
| LAB | lab(64.5 25.7 -33.8) |
| LCH | lch(64.5 42.5 307.2) |
| OKLCH | oklch(0.704 0.110 301.7) |
Copy-ready code
/* CSS */
color: #ac8fd9;
background-color: #ac8fd9;
/* Tailwind (arbitrary) */
class="text-[#ac8fd9] bg-[#ac8fd9]"
/* SCSS */
$brand: #ac8fd9;
/* SwiftUI */
Color(red: 0.675, green: 0.561, blue: 0.851)
/* Android */
Color.parseColor("#ac8fd9")Accessibility — WCAG contrast
Aa
#ac8fd9 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac8fd9 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green56.1%
Blue85.1%
CMYK percentages
Cyan20.7%
Magenta34.1%
Yellow0.0%
Key (black)14.9%
Color previews
#ac8fd9 text on a black background
contrast 7.69:1
Card sample
#ac8fd9 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac8fd9;
Background color
Panel with #ac8fd9 background
background-color: #ac8fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac8fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 143, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 143, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac8fd9; background: linear-gradient(135deg, #ac8fd9, #D98FD5);