#ea2821
a balanced, electric red · warm · closest name: red
RGB
234, 40, 33
HSL
2°, 83%, 52%
CMYK
0, 83, 86, 8
Luminance
0.1912
Every format
| HEX | #ea2821 |
| RGB | rgb(234, 40, 33) |
| HSL | hsl(2, 83%, 52%) |
| CMYK | cmyk(0%, 83%, 86%, 8%) |
| LAB | lab(50.8 70.2 52.9) |
| LCH | lch(50.8 87.9 37.0) |
| OKLCH | oklch(0.603 0.227 28.6) |
Copy-ready code
/* CSS */
color: #ea2821;
background-color: #ea2821;
/* Tailwind (arbitrary) */
class="text-[#ea2821] bg-[#ea2821]"
/* SCSS */
$brand: #ea2821;
/* SwiftUI */
Color(red: 0.918, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#ea2821")Accessibility — WCAG contrast
Aa
#ea2821 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea2821 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.9%
Yellow85.9%
Key (black)8.2%
Color previews
#ea2821 text on a black background
contrast 4.82:1
Card sample
#ea2821 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea2821;
Background color
Panel with #ea2821 background
background-color: #ea2821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea2821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea2821; background: linear-gradient(135deg, #ea2821, #EAAE21);