#ec4f3c
a balanced, electric red · warm · closest name: tomato
RGB
236, 79, 60
HSL
7°, 82%, 58%
CMYK
0, 67, 75, 8
Luminance
0.2375
Every format
| HEX | #ec4f3c |
| RGB | rgb(236, 79, 60) |
| HSL | hsl(7, 82%, 58%) |
| CMYK | cmyk(0%, 67%, 75%, 8%) |
| LAB | lab(55.8 59.3 44.3) |
| LCH | lch(55.8 74.1 36.8) |
| OKLCH | oklch(0.642 0.196 30.2) |
Copy-ready code
/* CSS */
color: #ec4f3c;
background-color: #ec4f3c;
/* Tailwind (arbitrary) */
class="text-[#ec4f3c] bg-[#ec4f3c]"
/* SCSS */
$brand: #ec4f3c;
/* SwiftUI */
Color(red: 0.925, green: 0.310, blue: 0.235)
/* Android */
Color.parseColor("#ec4f3c")Accessibility — WCAG contrast
Aa
#ec4f3c on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4f3c on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green31.0%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow74.6%
Key (black)7.5%
Color previews
#ec4f3c text on a black background
contrast 5.75:1
Card sample
#ec4f3c text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4f3c;
Background color
Panel with #ec4f3c background
background-color: #ec4f3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4f3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 79, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 79, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4f3c; background: linear-gradient(135deg, #ec4f3c, #ECC43C);