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