#ae89df
a light, vivid violet · warm · closest name: plum
RGB
174, 137, 223
HSL
266°, 57%, 71%
CMYK
22, 39, 0, 13
Luminance
0.3222
Every format
| HEX | #ae89df |
| RGB | rgb(174, 137, 223) |
| HSL | hsl(266, 57%, 71%) |
| CMYK | cmyk(22%, 39%, 0%, 13%) |
| LAB | lab(63.5 31.0 -38.7) |
| LCH | lch(63.5 49.6 308.8) |
| OKLCH | oklch(0.698 0.128 303.0) |
Copy-ready code
/* CSS */
color: #ae89df;
background-color: #ae89df;
/* Tailwind (arbitrary) */
class="text-[#ae89df] bg-[#ae89df]"
/* SCSS */
$brand: #ae89df;
/* SwiftUI */
Color(red: 0.682, green: 0.537, blue: 0.875)
/* Android */
Color.parseColor("#ae89df")Accessibility — WCAG contrast
Aa
#ae89df on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae89df on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green53.7%
Blue87.5%
CMYK percentages
Cyan22.0%
Magenta38.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ae89df text on a black background
contrast 7.44:1
Card sample
#ae89df text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae89df;
Background color
Panel with #ae89df background
background-color: #ae89df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae89df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 137, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 137, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae89df; background: linear-gradient(135deg, #ae89df, #DF89D7);