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