#ae89cf
a light, soft violet · warm · closest name: plum
RGB
174, 137, 207
HSL
272°, 42%, 68%
CMYK
16, 34, 0, 19
Luminance
0.3139
Every format
| HEX | #ae89cf |
| RGB | rgb(174, 137, 207) |
| HSL | hsl(272, 42%, 68%) |
| CMYK | cmyk(16%, 34%, 0%, 19%) |
| LAB | lab(62.8 27.4 -30.8) |
| LCH | lch(62.8 41.2 311.7) |
| OKLCH | oklch(0.691 0.108 308.0) |
Copy-ready code
/* CSS */
color: #ae89cf;
background-color: #ae89cf;
/* Tailwind (arbitrary) */
class="text-[#ae89cf] bg-[#ae89cf]"
/* SCSS */
$brand: #ae89cf;
/* SwiftUI */
Color(red: 0.682, green: 0.537, blue: 0.812)
/* Android */
Color.parseColor("#ae89cf")Accessibility — WCAG contrast
Aa
#ae89cf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae89cf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green53.7%
Blue81.2%
CMYK percentages
Cyan15.9%
Magenta33.8%
Yellow0.0%
Key (black)18.8%
Color previews
#ae89cf text on a black background
contrast 7.28:1
Card sample
#ae89cf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae89cf;
Background color
Panel with #ae89cf background
background-color: #ae89cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae89cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 137, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 137, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae89cf; background: linear-gradient(135deg, #ae89cf, #CF89C1);