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