#ec373c
a balanced, electric red · warm · closest name: crimson
RGB
236, 55, 60
HSL
358°, 83%, 57%
CMYK
0, 77, 75, 8
Luminance
0.2089
Every format
| HEX | #ec373c |
| RGB | rgb(236, 55, 60) |
| HSL | hsl(358, 83%, 57%) |
| CMYK | cmyk(0%, 77%, 75%, 8%) |
| LAB | lab(52.8 67.6 41.0) |
| LCH | lch(52.8 79.1 31.2) |
| OKLCH | oklch(0.620 0.216 25.0) |
Copy-ready code
/* CSS */
color: #ec373c;
background-color: #ec373c;
/* Tailwind (arbitrary) */
class="text-[#ec373c] bg-[#ec373c]"
/* SCSS */
$brand: #ec373c;
/* SwiftUI */
Color(red: 0.925, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#ec373c")Accessibility — WCAG contrast
Aa
#ec373c on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec373c on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta76.7%
Yellow74.6%
Key (black)7.5%
Color previews
#ec373c text on a black background
contrast 5.18:1
Card sample
#ec373c text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec373c;
Background color
Panel with #ec373c background
background-color: #ec373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec373c; background: linear-gradient(135deg, #ec373c, #ECAB37);