#ea152b
a balanced, electric red · warm · closest name: crimson
RGB
234, 21, 43
HSL
354°, 84%, 50%
CMYK
0, 91, 82, 8
Luminance
0.1820
Every format
| HEX | #ea152b |
| RGB | rgb(234, 21, 43) |
| HSL | hsl(354, 84%, 50%) |
| CMYK | cmyk(0%, 91%, 82%, 8%) |
| LAB | lab(49.8 73.8 47.0) |
| LCH | lch(49.8 87.5 32.5) |
| OKLCH | oklch(0.596 0.234 25.1) |
Copy-ready code
/* CSS */
color: #ea152b;
background-color: #ea152b;
/* Tailwind (arbitrary) */
class="text-[#ea152b] bg-[#ea152b]"
/* SCSS */
$brand: #ea152b;
/* SwiftUI */
Color(red: 0.918, green: 0.082, blue: 0.169)
/* Android */
Color.parseColor("#ea152b")Accessibility — WCAG contrast
Aa
#ea152b on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ea152b on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green8.2%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta91.0%
Yellow81.6%
Key (black)8.2%
Color previews
#ea152b text on a black background
contrast 4.64:1
Card sample
#ea152b text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea152b;
Background color
Panel with #ea152b background
background-color: #ea152b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea152b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 21, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 21, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea152b; background: linear-gradient(135deg, #ea152b, #EA8D15);