#ea4015
a balanced, electric red · warm · closest name: tomato
RGB
234, 64, 21
HSL
12°, 84%, 50%
CMYK
0, 73, 91, 8
Luminance
0.2121
Every format
| HEX | #ea4015 |
| RGB | rgb(234, 64, 21) |
| HSL | hsl(12, 84%, 50%) |
| CMYK | cmyk(0%, 73%, 91%, 8%) |
| LAB | lab(53.2 63.2 59.5) |
| LCH | lch(53.2 86.8 43.2) |
| OKLCH | oklch(0.621 0.212 34.1) |
Copy-ready code
/* CSS */
color: #ea4015;
background-color: #ea4015;
/* Tailwind (arbitrary) */
class="text-[#ea4015] bg-[#ea4015]"
/* SCSS */
$brand: #ea4015;
/* SwiftUI */
Color(red: 0.918, green: 0.251, blue: 0.082)
/* Android */
Color.parseColor("#ea4015")Accessibility — WCAG contrast
Aa
#ea4015 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea4015 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green25.1%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta72.6%
Yellow91.0%
Key (black)8.2%
Color previews
#ea4015 text on a black background
contrast 5.24:1
Card sample
#ea4015 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea4015;
Background color
Panel with #ea4015 background
background-color: #ea4015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea4015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 64, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 64, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea4015; background: linear-gradient(135deg, #ea4015, #EACE15);