#ec4f2c
a balanced, electric red · warm · closest name: tomato
RGB
236, 79, 44
HSL
11°, 84%, 55%
CMYK
0, 67, 81, 8
Luminance
0.2361
Every format
| HEX | #ec4f2c |
| RGB | rgb(236, 79, 44) |
| HSL | hsl(11, 84%, 55%) |
| CMYK | cmyk(0%, 67%, 81%, 8%) |
| LAB | lab(55.7 58.8 52.3) |
| LCH | lch(55.7 78.7 41.6) |
| OKLCH | oklch(0.640 0.199 34.0) |
Copy-ready code
/* CSS */
color: #ec4f2c;
background-color: #ec4f2c;
/* Tailwind (arbitrary) */
class="text-[#ec4f2c] bg-[#ec4f2c]"
/* SCSS */
$brand: #ec4f2c;
/* SwiftUI */
Color(red: 0.925, green: 0.310, blue: 0.173)
/* Android */
Color.parseColor("#ec4f2c")Accessibility — WCAG contrast
Aa
#ec4f2c on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4f2c on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green31.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow81.4%
Key (black)7.5%
Color previews
#ec4f2c text on a black background
contrast 5.72:1
Card sample
#ec4f2c text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4f2c;
Background color
Panel with #ec4f2c background
background-color: #ec4f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 79, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 79, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4f2c; background: linear-gradient(135deg, #ec4f2c, #ECCF2C);