#e3003d
a dark, electric magenta / pink · warm · closest name: crimson
RGB
227, 0, 61
HSL
344°, 100%, 45%
CMYK
0, 100, 73, 11
Luminance
0.1667
Every format
| HEX | #e3003d |
| RGB | rgb(227, 0, 61) |
| HSL | hsl(344, 100%, 45%) |
| CMYK | cmyk(0%, 100%, 73%, 11%) |
| LAB | lab(47.9 74.5 34.3) |
| LCH | lch(47.9 82.0 24.7) |
| OKLCH | oklch(0.580 0.233 19.5) |
Copy-ready code
/* CSS */
color: #e3003d;
background-color: #e3003d;
/* Tailwind (arbitrary) */
class="text-[#e3003d] bg-[#e3003d]"
/* SCSS */
$brand: #e3003d;
/* SwiftUI */
Color(red: 0.890, green: 0.000, blue: 0.239)
/* Android */
Color.parseColor("#e3003d")Accessibility — WCAG contrast
Aa
#e3003d on white: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#e3003d on black: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green0.0%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow73.1%
Key (black)11.0%
Color previews
#e3003d text on a black background
contrast 4.33:1
Card sample
#e3003d text on a white background
contrast 4.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3003d;
Background color
Panel with #e3003d background
background-color: #e3003d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3003d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 0, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 0, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3003d; background: linear-gradient(135deg, #e3003d, #E35A00);