#e0004b
a dark, electric magenta / pink · warm · closest name: crimson
RGB
224, 0, 75
HSL
340°, 100%, 44%
CMYK
0, 100, 67, 12
Luminance
0.1636
Every format
| HEX | #e0004b |
| RGB | rgb(224, 0, 75) |
| HSL | hsl(340, 100%, 44%) |
| CMYK | cmyk(0%, 100%, 67%, 12%) |
| LAB | lab(47.4 74.4 25.2) |
| LCH | lch(47.4 78.6 18.7) |
| OKLCH | oklch(0.576 0.230 15.0) |
Copy-ready code
/* CSS */
color: #e0004b;
background-color: #e0004b;
/* Tailwind (arbitrary) */
class="text-[#e0004b] bg-[#e0004b]"
/* SCSS */
$brand: #e0004b;
/* SwiftUI */
Color(red: 0.878, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#e0004b")Accessibility — WCAG contrast
Aa
#e0004b on white: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e0004b on black: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green0.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow66.5%
Key (black)12.2%
Color previews
#e0004b text on a black background
contrast 4.27:1
Card sample
#e0004b text on a white background
contrast 4.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0004b;
Background color
Panel with #e0004b background
background-color: #e0004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0004b; background: linear-gradient(135deg, #e0004b, #E04A00);