#e09df4
a light, electric violet · warm · closest name: plum
RGB
224, 157, 244
HSL
286°, 80%, 79%
CMYK
8, 36, 0, 4
Luminance
0.4649
Every format
| HEX | #e09df4 |
| RGB | rgb(224, 157, 244) |
| HSL | hsl(286, 80%, 79%) |
| CMYK | cmyk(8%, 36%, 0%, 4%) |
| LAB | lab(73.9 39.5 -33.8) |
| LCH | lch(73.9 51.9 319.5) |
| OKLCH | oklch(0.790 0.139 318.2) |
Copy-ready code
/* CSS */
color: #e09df4;
background-color: #e09df4;
/* Tailwind (arbitrary) */
class="text-[#e09df4] bg-[#e09df4]"
/* SCSS */
$brand: #e09df4;
/* SwiftUI */
Color(red: 0.878, green: 0.616, blue: 0.957)
/* Android */
Color.parseColor("#e09df4")Accessibility — WCAG contrast
Aa
#e09df4 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e09df4 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green61.6%
Blue95.7%
CMYK percentages
Cyan8.2%
Magenta35.7%
Yellow0.0%
Key (black)4.3%
Color previews
#e09df4 text on a black background
contrast 10.30:1
Card sample
#e09df4 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e09df4;
Background color
Panel with #e09df4 background
background-color: #e09df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e09df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 157, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 157, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e09df4; background: linear-gradient(135deg, #e09df4, #F49DCE);