#ea5942
a balanced, electric red · warm · closest name: tomato
RGB
234, 89, 66
HSL
8°, 80%, 59%
CMYK
0, 62, 72, 8
Luminance
0.2503
Every format
| HEX | #ea5942 |
| RGB | rgb(234, 89, 66) |
| HSL | hsl(8, 80%, 59%) |
| CMYK | cmyk(0%, 62%, 72%, 8%) |
| LAB | lab(57.1 54.8 42.4) |
| LCH | lch(57.1 69.3 37.8) |
| OKLCH | oklch(0.651 0.184 31.4) |
Copy-ready code
/* CSS */
color: #ea5942;
background-color: #ea5942;
/* Tailwind (arbitrary) */
class="text-[#ea5942] bg-[#ea5942]"
/* SCSS */
$brand: #ea5942;
/* SwiftUI */
Color(red: 0.918, green: 0.349, blue: 0.259)
/* Android */
Color.parseColor("#ea5942")Accessibility — WCAG contrast
Aa
#ea5942 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea5942 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green34.9%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta62.0%
Yellow71.8%
Key (black)8.2%
Color previews
#ea5942 text on a black background
contrast 6.01:1
Card sample
#ea5942 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea5942;
Background color
Panel with #ea5942 background
background-color: #ea5942;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea5942;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 89, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 89, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea5942; background: linear-gradient(135deg, #ea5942, #EAC942);