#ec5f2c
a balanced, electric orange · warm · closest name: tomato
RGB
236, 95, 44
HSL
16°, 84%, 55%
CMYK
0, 60, 81, 8
Luminance
0.2620
Every format
| HEX | #ec5f2c |
| RGB | rgb(236, 95, 44) |
| HSL | hsl(16, 84%, 55%) |
| CMYK | cmyk(0%, 60%, 81%, 8%) |
| LAB | lab(58.2 52.0 54.6) |
| LCH | lch(58.2 75.4 46.4) |
| OKLCH | oklch(0.660 0.185 38.9) |
Copy-ready code
/* CSS */
color: #ec5f2c;
background-color: #ec5f2c;
/* Tailwind (arbitrary) */
class="text-[#ec5f2c] bg-[#ec5f2c]"
/* SCSS */
$brand: #ec5f2c;
/* SwiftUI */
Color(red: 0.925, green: 0.373, blue: 0.173)
/* Android */
Color.parseColor("#ec5f2c")Accessibility — WCAG contrast
Aa
#ec5f2c on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec5f2c on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green37.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow81.4%
Key (black)7.5%
Color previews
#ec5f2c text on a black background
contrast 6.24:1
Card sample
#ec5f2c text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5f2c;
Background color
Panel with #ec5f2c background
background-color: #ec5f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 95, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 95, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5f2c; background: linear-gradient(135deg, #ec5f2c, #ECDF2C);