#e8aefd
a light, electric violet · warm · closest name: plum
RGB
232, 174, 253
HSL
284°, 95%, 84%
CMYK
8, 31, 0, 1
Luminance
0.5452
Every format
| HEX | #e8aefd |
| RGB | rgb(232, 174, 253) |
| HSL | hsl(284, 95%, 84%) |
| CMYK | cmyk(8%, 31%, 0%, 1%) |
| LAB | lab(78.8 34.6 -31.0) |
| LCH | lch(78.8 46.5 318.2) |
| OKLCH | oklch(0.831 0.124 316.9) |
Copy-ready code
/* CSS */
color: #e8aefd;
background-color: #e8aefd;
/* Tailwind (arbitrary) */
class="text-[#e8aefd] bg-[#e8aefd]"
/* SCSS */
$brand: #e8aefd;
/* SwiftUI */
Color(red: 0.910, green: 0.682, blue: 0.992)
/* Android */
Color.parseColor("#e8aefd")Accessibility — WCAG contrast
Aa
#e8aefd on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8aefd on black: 11.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green68.2%
Blue99.2%
CMYK percentages
Cyan8.3%
Magenta31.2%
Yellow0.0%
Key (black)0.8%
Color previews
#e8aefd text on a black background
contrast 11.90:1
Card sample
#e8aefd text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8aefd;
Background color
Panel with #e8aefd background
background-color: #e8aefd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8aefd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 174, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 174, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8aefd; background: linear-gradient(135deg, #e8aefd, #FDAEDD);