#ac84df
a light, vivid violet · warm · closest name: plum
RGB
172, 132, 223
HSL
266°, 59%, 70%
CMYK
23, 41, 0, 13
Luminance
0.3060
Every format
| HEX | #ac84df |
| RGB | rgb(172, 132, 223) |
| HSL | hsl(266, 59%, 70%) |
| CMYK | cmyk(23%, 41%, 0%, 13%) |
| LAB | lab(62.2 33.3 -40.8) |
| LCH | lch(62.2 52.6 309.2) |
| OKLCH | oklch(0.687 0.136 303.3) |
Copy-ready code
/* CSS */
color: #ac84df;
background-color: #ac84df;
/* Tailwind (arbitrary) */
class="text-[#ac84df] bg-[#ac84df]"
/* SCSS */
$brand: #ac84df;
/* SwiftUI */
Color(red: 0.675, green: 0.518, blue: 0.875)
/* Android */
Color.parseColor("#ac84df")Accessibility — WCAG contrast
Aa
#ac84df on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ac84df on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green51.8%
Blue87.5%
CMYK percentages
Cyan22.9%
Magenta40.8%
Yellow0.0%
Key (black)12.5%
Color previews
#ac84df text on a black background
contrast 7.12:1
Card sample
#ac84df text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac84df;
Background color
Panel with #ac84df background
background-color: #ac84df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac84df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 132, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 132, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac84df; background: linear-gradient(135deg, #ac84df, #DF84D5);