#e04e21
a balanced, electric red · warm · closest name: tomato
RGB
224, 78, 33
HSL
14°, 76%, 50%
CMYK
0, 65, 85, 12
Luminance
0.2141
Every format
| HEX | #e04e21 |
| RGB | rgb(224, 78, 33) |
| HSL | hsl(14, 76%, 50%) |
| CMYK | cmyk(0%, 65%, 85%, 12%) |
| LAB | lab(53.4 54.9 54.3) |
| LCH | lch(53.4 77.3 44.7) |
| OKLCH | oklch(0.619 0.190 36.6) |
Copy-ready code
/* CSS */
color: #e04e21;
background-color: #e04e21;
/* Tailwind (arbitrary) */
class="text-[#e04e21] bg-[#e04e21]"
/* SCSS */
$brand: #e04e21;
/* SwiftUI */
Color(red: 0.878, green: 0.306, blue: 0.129)
/* Android */
Color.parseColor("#e04e21")Accessibility — WCAG contrast
Aa
#e04e21 on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e04e21 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green30.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow85.3%
Key (black)12.2%
Color previews
#e04e21 text on a black background
contrast 5.28:1
Card sample
#e04e21 text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e04e21;
Background color
Panel with #e04e21 background
background-color: #e04e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e04e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 78, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 78, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e04e21; background: linear-gradient(135deg, #e04e21, #E0CD21);