#e07df4
a light, electric violet · warm · closest name: violet
RGB
224, 125, 244
HSL
290°, 84%, 72%
CMYK
8, 49, 0, 4
Luminance
0.3705
Every format
| HEX | #e07df4 |
| RGB | rgb(224, 125, 244) |
| HSL | hsl(290, 84%, 72%) |
| CMYK | cmyk(8%, 49%, 0%, 4%) |
| LAB | lab(67.3 56.0 -44.0) |
| LCH | lch(67.3 71.2 321.9) |
| OKLCH | oklch(0.742 0.192 320.7) |
Copy-ready code
/* CSS */
color: #e07df4;
background-color: #e07df4;
/* Tailwind (arbitrary) */
class="text-[#e07df4] bg-[#e07df4]"
/* SCSS */
$brand: #e07df4;
/* SwiftUI */
Color(red: 0.878, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#e07df4")Accessibility — WCAG contrast
Aa
#e07df4 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e07df4 on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green49.0%
Blue95.7%
CMYK percentages
Cyan8.2%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#e07df4 text on a black background
contrast 8.41:1
Card sample
#e07df4 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e07df4;
Background color
Panel with #e07df4 background
background-color: #e07df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e07df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e07df4; background: linear-gradient(135deg, #e07df4, #F47DB9);