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