#ec4d2f
a balanced, electric red · warm · closest name: tomato
RGB
236, 77, 47
HSL
10°, 83%, 56%
CMYK
0, 67, 80, 8
Luminance
0.2335
Every format
| HEX | #ec4d2f |
| RGB | rgb(236, 77, 47) |
| HSL | hsl(10, 83%, 56%) |
| CMYK | cmyk(0%, 67%, 80%, 8%) |
| LAB | lab(55.4 59.7 50.6) |
| LCH | lch(55.4 78.2 40.3) |
| OKLCH | oklch(0.639 0.200 32.8) |
Copy-ready code
/* CSS */
color: #ec4d2f;
background-color: #ec4d2f;
/* Tailwind (arbitrary) */
class="text-[#ec4d2f] bg-[#ec4d2f]"
/* SCSS */
$brand: #ec4d2f;
/* SwiftUI */
Color(red: 0.925, green: 0.302, blue: 0.184)
/* Android */
Color.parseColor("#ec4d2f")Accessibility — WCAG contrast
Aa
#ec4d2f on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4d2f on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green30.2%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow80.1%
Key (black)7.5%
Color previews
#ec4d2f text on a black background
contrast 5.67:1
Card sample
#ec4d2f text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4d2f;
Background color
Panel with #ec4d2f background
background-color: #ec4d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 77, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 77, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4d2f; background: linear-gradient(135deg, #ec4d2f, #ECCB2F);