#e5aefd
a light, electric violet · warm · closest name: plum
RGB
229, 174, 253
HSL
282°, 95%, 84%
CMYK
10, 31, 0, 1
Luminance
0.5402
Every format
| HEX | #e5aefd |
| RGB | rgb(229, 174, 253) |
| HSL | hsl(282, 95%, 84%) |
| CMYK | cmyk(10%, 31%, 0%, 1%) |
| LAB | lab(78.5 33.7 -31.5) |
| LCH | lch(78.5 46.1 317.0) |
| OKLCH | oklch(0.828 0.122 315.3) |
Copy-ready code
/* CSS */
color: #e5aefd;
background-color: #e5aefd;
/* Tailwind (arbitrary) */
class="text-[#e5aefd] bg-[#e5aefd]"
/* SCSS */
$brand: #e5aefd;
/* SwiftUI */
Color(red: 0.898, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#e5aefd")Accessibility — WCAG contrast
Aa
#e5aefd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5aefd on black: 11.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green68.2%
Blue99.2%
CMYK percentages
Cyan9.5%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#e5aefd text on a black background
contrast 11.80:1
Card sample
#e5aefd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5aefd;
Background color
Panel with #e5aefd background
background-color: #e5aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5aefd; background: linear-gradient(135deg, #e5aefd, #FDAEE0);