#ec7d2f
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 125, 47
HSL
25°, 83%, 56%
CMYK
0, 47, 80, 8
Luminance
0.3271
Every format
| HEX | #ec7d2f |
| RGB | rgb(236, 125, 47) |
| HSL | hsl(25, 83%, 56%) |
| CMYK | cmyk(0%, 47%, 80%, 8%) |
| LAB | lab(63.9 37.7 58.6) |
| LCH | lch(63.9 69.6 57.3) |
| OKLCH | oklch(0.703 0.162 51.2) |
Copy-ready code
/* CSS */
color: #ec7d2f;
background-color: #ec7d2f;
/* Tailwind (arbitrary) */
class="text-[#ec7d2f] bg-[#ec7d2f]"
/* SCSS */
$brand: #ec7d2f;
/* SwiftUI */
Color(red: 0.925, green: 0.490, blue: 0.184)
/* Android */
Color.parseColor("#ec7d2f")Accessibility — WCAG contrast
Aa
#ec7d2f on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7d2f on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green49.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta47.0%
Yellow80.1%
Key (black)7.5%
Color previews
#ec7d2f text on a black background
contrast 7.54:1
Card sample
#ec7d2f text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7d2f;
Background color
Panel with #ec7d2f background
background-color: #ec7d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 125, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 125, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7d2f; background: linear-gradient(135deg, #ec7d2f, #DDEC2F);