#ec5d2f
a balanced, electric red · warm · closest name: tomato
RGB
236, 93, 47
HSL
15°, 83%, 56%
CMYK
0, 61, 80, 8
Luminance
0.2587
Every format
| HEX | #ec5d2f |
| RGB | rgb(236, 93, 47) |
| HSL | hsl(15, 83%, 56%) |
| CMYK | cmyk(0%, 61%, 80%, 8%) |
| LAB | lab(57.9 53.0 52.9) |
| LCH | lch(57.9 74.9 45.0) |
| OKLCH | oklch(0.657 0.187 37.6) |
Copy-ready code
/* CSS */
color: #ec5d2f;
background-color: #ec5d2f;
/* Tailwind (arbitrary) */
class="text-[#ec5d2f] bg-[#ec5d2f]"
/* SCSS */
$brand: #ec5d2f;
/* SwiftUI */
Color(red: 0.925, green: 0.365, blue: 0.184)
/* Android */
Color.parseColor("#ec5d2f")Accessibility — WCAG contrast
Aa
#ec5d2f on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec5d2f on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow80.1%
Key (black)7.5%
Color previews
#ec5d2f text on a black background
contrast 6.17:1
Card sample
#ec5d2f text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5d2f;
Background color
Panel with #ec5d2f background
background-color: #ec5d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 93, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 93, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5d2f; background: linear-gradient(135deg, #ec5d2f, #ECDB2F);