#ec6c2f
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 108, 47
HSL
19°, 83%, 56%
CMYK
0, 54, 80, 8
Luminance
0.2876
Every format
| HEX | #ec6c2f |
| RGB | rgb(236, 108, 47) |
| HSL | hsl(19, 83%, 56%) |
| CMYK | cmyk(0%, 54%, 80%, 8%) |
| LAB | lab(60.6 46.1 55.5) |
| LCH | lch(60.6 72.1 50.3) |
| OKLCH | oklch(0.677 0.174 43.3) |
Copy-ready code
/* CSS */
color: #ec6c2f;
background-color: #ec6c2f;
/* Tailwind (arbitrary) */
class="text-[#ec6c2f] bg-[#ec6c2f]"
/* SCSS */
$brand: #ec6c2f;
/* SwiftUI */
Color(red: 0.925, green: 0.424, blue: 0.184)
/* Android */
Color.parseColor("#ec6c2f")Accessibility — WCAG contrast
Aa
#ec6c2f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec6c2f on black: 6.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green42.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta54.2%
Yellow80.1%
Key (black)7.5%
Color previews
#ec6c2f text on a black background
contrast 6.75:1
Card sample
#ec6c2f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec6c2f;
Background color
Panel with #ec6c2f background
background-color: #ec6c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec6c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 108, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 108, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec6c2f; background: linear-gradient(135deg, #ec6c2f, #ECEA2F);