#e5aaf8
a light, electric violet · warm · closest name: plum
RGB
229, 170, 248
HSL
285°, 85%, 82%
CMYK
8, 32, 0, 3
Luminance
0.5218
Every format
| HEX | #e5aaf8 |
| RGB | rgb(229, 170, 248) |
| HSL | hsl(285, 85%, 82%) |
| CMYK | cmyk(8%, 32%, 0%, 3%) |
| LAB | lab(77.4 34.8 -30.4) |
| LCH | lch(77.4 46.3 318.9) |
| OKLCH | oklch(0.819 0.124 317.7) |
Copy-ready code
/* CSS */
color: #e5aaf8;
background-color: #e5aaf8;
/* Tailwind (arbitrary) */
class="text-[#e5aaf8] bg-[#e5aaf8]"
/* SCSS */
$brand: #e5aaf8;
/* SwiftUI */
Color(red: 0.898, green: 0.667, blue: 0.973)
/* Android */
Color.parseColor("#e5aaf8")Accessibility — WCAG contrast
Aa
#e5aaf8 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5aaf8 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green66.7%
Blue97.3%
CMYK percentages
Cyan7.7%
Magenta31.5%
Yellow0.0%
Key (black)2.7%
Color previews
#e5aaf8 text on a black background
contrast 11.44:1
Card sample
#e5aaf8 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5aaf8;
Background color
Panel with #e5aaf8 background
background-color: #e5aaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5aaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 170, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 170, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5aaf8; background: linear-gradient(135deg, #e5aaf8, #F8AAD7);