#ec7c39
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 124, 57
HSL
23°, 83%, 58%
CMYK
0, 48, 76, 8
Luminance
0.3254
Every format
| HEX | #ec7c39 |
| RGB | rgb(236, 124, 57) |
| HSL | hsl(23, 83%, 58%) |
| CMYK | cmyk(0%, 48%, 76%, 8%) |
| LAB | lab(63.8 38.5 54.1) |
| LCH | lch(63.8 66.4 54.6) |
| OKLCH | oklch(0.702 0.159 48.5) |
Copy-ready code
/* CSS */
color: #ec7c39;
background-color: #ec7c39;
/* Tailwind (arbitrary) */
class="text-[#ec7c39] bg-[#ec7c39]"
/* SCSS */
$brand: #ec7c39;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.224)
/* Android */
Color.parseColor("#ec7c39")Accessibility — WCAG contrast
Aa
#ec7c39 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7c39 on black: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta47.5%
Yellow75.8%
Key (black)7.5%
Color previews
#ec7c39 text on a black background
contrast 7.51:1
Card sample
#ec7c39 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7c39;
Background color
Panel with #ec7c39 background
background-color: #ec7c39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7c39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7c39; background: linear-gradient(135deg, #ec7c39, #E5EC39);