#ea4404
a balanced, electric orange · warm · closest name: red
RGB
234, 68, 4
HSL
17°, 97%, 47%
CMYK
0, 71, 98, 8
Luminance
0.2164
Every format
| HEX | #ea4404 |
| RGB | rgb(234, 68, 4) |
| HSL | hsl(17, 97%, 47%) |
| CMYK | cmyk(0%, 71%, 98%, 8%) |
| LAB | lab(53.6 61.7 64.0) |
| LCH | lch(53.6 88.9 46.1) |
| OKLCH | oklch(0.624 0.211 36.3) |
Copy-ready code
/* CSS */
color: #ea4404;
background-color: #ea4404;
/* Tailwind (arbitrary) */
class="text-[#ea4404] bg-[#ea4404]"
/* SCSS */
$brand: #ea4404;
/* SwiftUI */
Color(red: 0.918, green: 0.267, blue: 0.016)
/* Android */
Color.parseColor("#ea4404")Accessibility — WCAG contrast
Aa
#ea4404 on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea4404 on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green26.7%
Blue1.6%
CMYK percentages
Cyan0.0%
Magenta70.9%
Yellow98.3%
Key (black)8.2%
Color previews
#ea4404 text on a black background
contrast 5.33:1
Card sample
#ea4404 text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea4404;
Background color
Panel with #ea4404 background
background-color: #ea4404;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea4404;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 68, 4, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 68, 4, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea4404; background: linear-gradient(135deg, #ea4404, #EADD04);