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