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