#ec3c2f
a balanced, electric red · warm · closest name: tomato
RGB
236, 60, 47
HSL
4°, 83%, 56%
CMYK
0, 75, 80, 8
Luminance
0.2127
Every format
| HEX | #ec3c2f |
| RGB | rgb(236, 60, 47) |
| HSL | hsl(4, 83%, 56%) |
| CMYK | cmyk(0%, 75%, 80%, 8%) |
| LAB | lab(53.3 65.7 48.4) |
| LCH | lch(53.3 81.6 36.4) |
| OKLCH | oklch(0.622 0.214 29.0) |
Copy-ready code
/* CSS */
color: #ec3c2f;
background-color: #ec3c2f;
/* Tailwind (arbitrary) */
class="text-[#ec3c2f] bg-[#ec3c2f]"
/* SCSS */
$brand: #ec3c2f;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.184)
/* Android */
Color.parseColor("#ec3c2f")Accessibility — WCAG contrast
Aa
#ec3c2f on white: 4.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3c2f on black: 5.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow80.1%
Key (black)7.5%
Color previews
#ec3c2f text on a black background
contrast 5.25:1
Card sample
#ec3c2f text on a white background
contrast 4.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3c2f;
Background color
Panel with #ec3c2f background
background-color: #ec3c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3c2f; background: linear-gradient(135deg, #ec3c2f, #ECBA2F);