#e08df4
a light, electric violet · warm · closest name: violet
RGB
224, 141, 244
HSL
288°, 82%, 76%
CMYK
8, 42, 0, 4
Luminance
0.4143
Every format
| HEX | #e08df4 |
| RGB | rgb(224, 141, 244) |
| HSL | hsl(288, 82%, 76%) |
| CMYK | cmyk(8%, 42%, 0%, 4%) |
| LAB | lab(70.5 47.9 -39.0) |
| LCH | lch(70.5 61.8 320.8) |
| OKLCH | oklch(0.765 0.166 319.6) |
Copy-ready code
/* CSS */
color: #e08df4;
background-color: #e08df4;
/* Tailwind (arbitrary) */
class="text-[#e08df4] bg-[#e08df4]"
/* SCSS */
$brand: #e08df4;
/* SwiftUI */
Color(red: 0.878, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#e08df4")Accessibility — WCAG contrast
Aa
#e08df4 on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e08df4 on black: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green55.3%
Blue95.7%
CMYK percentages
Cyan8.2%
Magenta42.2%
Yellow0.0%
Key (black)4.3%
Color previews
#e08df4 text on a black background
contrast 9.29:1
Card sample
#e08df4 text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e08df4;
Background color
Panel with #e08df4 background
background-color: #e08df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e08df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e08df4; background: linear-gradient(135deg, #e08df4, #F48DC3);