#e04df4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
224, 77, 244
HSL
293°, 88%, 63%
CMYK
8, 68, 0, 4
Luminance
0.2769
Every format
| HEX | #e04df4 |
| RGB | rgb(224, 77, 244) |
| HSL | hsl(293, 88%, 63%) |
| CMYK | cmyk(8%, 68%, 0%, 4%) |
| LAB | lab(59.6 77.0 -56.1) |
| LCH | lch(59.6 95.3 323.9) |
| OKLCH | oklch(0.685 0.258 322.7) |
Copy-ready code
/* CSS */
color: #e04df4;
background-color: #e04df4;
/* Tailwind (arbitrary) */
class="text-[#e04df4] bg-[#e04df4]"
/* SCSS */
$brand: #e04df4;
/* SwiftUI */
Color(red: 0.878, green: 0.302, blue: 0.957)
/* Android */
Color.parseColor("#e04df4")Accessibility — WCAG contrast
Aa
#e04df4 on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e04df4 on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green30.2%
Blue95.7%
CMYK percentages
Cyan8.2%
Magenta68.4%
Yellow0.0%
Key (black)4.3%
Color previews
#e04df4 text on a black background
contrast 6.54:1
Card sample
#e04df4 text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e04df4;
Background color
Panel with #e04df4 background
background-color: #e04df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e04df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 77, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 77, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e04df4; background: linear-gradient(135deg, #e04df4, #F44D99);