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