#e4aef4
a light, electric violet · warm · closest name: plum
RGB
228, 174, 244
HSL
286°, 76%, 82%
CMYK
7, 29, 0, 4
Luminance
0.5330
Every format
| HEX | #e4aef4 |
| RGB | rgb(228, 174, 244) |
| HSL | hsl(286, 76%, 82%) |
| CMYK | cmyk(7%, 29%, 0%, 4%) |
| LAB | lab(78.0 31.6 -27.3) |
| LCH | lch(78.0 41.8 319.2) |
| OKLCH | oklch(0.823 0.112 318.4) |
Copy-ready code
/* CSS */
color: #e4aef4;
background-color: #e4aef4;
/* Tailwind (arbitrary) */
class="text-[#e4aef4] bg-[#e4aef4]"
/* SCSS */
$brand: #e4aef4;
/* SwiftUI */
Color(red: 0.894, green: 0.682, blue: 0.957)
/* Android */
Color.parseColor("#e4aef4")Accessibility — WCAG contrast
Aa
#e4aef4 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4aef4 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green68.2%
Blue95.7%
CMYK percentages
Cyan6.6%
Magenta28.7%
Yellow0.0%
Key (black)4.3%
Color previews
#e4aef4 text on a black background
contrast 11.66:1
Card sample
#e4aef4 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4aef4;
Background color
Panel with #e4aef4 background
background-color: #e4aef4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4aef4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 174, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 174, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4aef4; background: linear-gradient(135deg, #e4aef4, #F4AED5);