#ea3421
a balanced, electric red · warm · closest name: tomato
RGB
234, 52, 33
HSL
6°, 83%, 52%
CMYK
0, 78, 86, 8
Luminance
0.2006
Every format
| HEX | #ea3421 |
| RGB | rgb(234, 52, 33) |
| HSL | hsl(6, 83%, 52%) |
| CMYK | cmyk(0%, 78%, 86%, 8%) |
| LAB | lab(51.9 67.2 53.8) |
| LCH | lch(51.9 86.1 38.7) |
| OKLCH | oklch(0.611 0.220 30.3) |
Copy-ready code
/* CSS */
color: #ea3421;
background-color: #ea3421;
/* Tailwind (arbitrary) */
class="text-[#ea3421] bg-[#ea3421]"
/* SCSS */
$brand: #ea3421;
/* SwiftUI */
Color(red: 0.918, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#ea3421")Accessibility — WCAG contrast
Aa
#ea3421 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea3421 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.8%
Yellow85.9%
Key (black)8.2%
Color previews
#ea3421 text on a black background
contrast 5.01:1
Card sample
#ea3421 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea3421;
Background color
Panel with #ea3421 background
background-color: #ea3421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea3421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea3421; background: linear-gradient(135deg, #ea3421, #EABA21);