#ea3b21
a balanced, electric red · warm · closest name: tomato
RGB
234, 59, 33
HSL
8°, 83%, 52%
CMYK
0, 75, 86, 8
Luminance
0.2073
Every format
| HEX | #ea3b21 |
| RGB | rgb(234, 59, 33) |
| HSL | hsl(8, 83%, 52%) |
| CMYK | cmyk(0%, 75%, 86%, 8%) |
| LAB | lab(52.7 65.1 54.4) |
| LCH | lch(52.7 84.8 39.9) |
| OKLCH | oklch(0.617 0.215 31.5) |
Copy-ready code
/* CSS */
color: #ea3b21;
background-color: #ea3b21;
/* Tailwind (arbitrary) */
class="text-[#ea3b21] bg-[#ea3b21]"
/* SCSS */
$brand: #ea3b21;
/* SwiftUI */
Color(red: 0.918, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#ea3b21")Accessibility — WCAG contrast
Aa
#ea3b21 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea3b21 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow85.9%
Key (black)8.2%
Color previews
#ea3b21 text on a black background
contrast 5.15:1
Card sample
#ea3b21 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea3b21;
Background color
Panel with #ea3b21 background
background-color: #ea3b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea3b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea3b21; background: linear-gradient(135deg, #ea3b21, #EAC121);