#e004df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
224, 4, 223
HSL
300°, 97%, 45%
CMYK
0, 98, 0, 12
Luminance
0.2126
Every format
| HEX | #e004df |
| RGB | rgb(224, 4, 223) |
| HSL | hsl(300, 97%, 45%) |
| CMYK | cmyk(0%, 98%, 0%, 12%) |
| LAB | lab(53.2 88.7 -54.5) |
| LCH | lch(53.2 104.1 328.4) |
| OKLCH | oklch(0.636 0.291 328.6) |
Copy-ready code
/* CSS */
color: #e004df;
background-color: #e004df;
/* Tailwind (arbitrary) */
class="text-[#e004df] bg-[#e004df]"
/* SCSS */
$brand: #e004df;
/* SwiftUI */
Color(red: 0.878, green: 0.016, blue: 0.875)
/* Android */
Color.parseColor("#e004df")Accessibility — WCAG contrast
Aa
#e004df on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e004df on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green1.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta98.2%
Yellow0.4%
Key (black)12.2%
Color previews
#e004df text on a black background
contrast 5.25:1
Card sample
#e004df text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e004df;
Background color
Panel with #e004df background
background-color: #e004df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e004df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 4, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 4, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e004df; background: linear-gradient(135deg, #e004df, #E0044C);