#ea373c
a balanced, electric red · warm · closest name: crimson
RGB
234, 55, 60
HSL
358°, 81%, 57%
CMYK
0, 77, 74, 8
Luminance
0.2055
Every format
| HEX | #ea373c |
| RGB | rgb(234, 55, 60) |
| HSL | hsl(358, 81%, 57%) |
| CMYK | cmyk(0%, 77%, 74%, 8%) |
| LAB | lab(52.5 67.1 40.5) |
| LCH | lch(52.5 78.4 31.1) |
| OKLCH | oklch(0.616 0.214 25.0) |
Copy-ready code
/* CSS */
color: #ea373c;
background-color: #ea373c;
/* Tailwind (arbitrary) */
class="text-[#ea373c] bg-[#ea373c]"
/* SCSS */
$brand: #ea373c;
/* SwiftUI */
Color(red: 0.918, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#ea373c")Accessibility — WCAG contrast
Aa
#ea373c on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ea373c on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta76.5%
Yellow74.4%
Key (black)8.2%
Color previews
#ea373c text on a black background
contrast 5.11:1
Card sample
#ea373c text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ea373c;
Background color
Panel with #ea373c background
background-color: #ea373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ea373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ea373c; background: linear-gradient(135deg, #ea373c, #EAA937);