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