#ea5937
a balanced, electric red · warm · closest name: tomato
RGB
234, 89, 55
HSL
11°, 81%, 57%
CMYK
0, 62, 77, 8
Luminance
0.2491
Every format
| HEX | #ea5937 |
| RGB | rgb(234, 89, 55) |
| HSL | hsl(11, 81%, 57%) |
| CMYK | cmyk(0%, 62%, 77%, 8%) |
| LAB | lab(57.0 54.3 48.0) |
| LCH | lch(57.0 72.5 41.5) |
| OKLCH | oklch(0.650 0.186 34.5) |
Copy-ready code
/* CSS */
color: #ea5937;
background-color: #ea5937;
/* Tailwind (arbitrary) */
class="text-[#ea5937] bg-[#ea5937]"
/* SCSS */
$brand: #ea5937;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.216)
/* Android */
Color.parseColor("#ea5937")Accessibility — WCAG contrast
Aa
#ea5937 on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea5937 on black: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow76.5%
Key (black)8.2%
Color previews
#ea5937 text on a black background
contrast 5.98:1
Card sample
#ea5937 text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea5937;
Background color
Panel with #ea5937 background
background-color: #ea5937;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea5937;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea5937; background: linear-gradient(135deg, #ea5937, #EAD037);