#ec8d2f
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 141, 47
HSL
30°, 83%, 56%
CMYK
0, 40, 80, 8
Luminance
0.3709
Every format
| HEX | #ec8d2f |
| RGB | rgb(236, 141, 47) |
| HSL | hsl(30, 83%, 56%) |
| CMYK | cmyk(0%, 40%, 80%, 8%) |
| LAB | lab(67.3 29.4 61.7) |
| LCH | lch(67.3 68.4 64.5) |
| OKLCH | oklch(0.729 0.153 60.1) |
Copy-ready code
/* CSS */
color: #ec8d2f;
background-color: #ec8d2f;
/* Tailwind (arbitrary) */
class="text-[#ec8d2f] bg-[#ec8d2f]"
/* SCSS */
$brand: #ec8d2f;
/* SwiftUI */
Color(red: 0.925, green: 0.553, blue: 0.184)
/* Android */
Color.parseColor("#ec8d2f")Accessibility — WCAG contrast
Aa
#ec8d2f on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8d2f on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green55.3%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta40.3%
Yellow80.1%
Key (black)7.5%
Color previews
#ec8d2f text on a black background
contrast 8.42:1
Card sample
#ec8d2f text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8d2f;
Background color
Panel with #ec8d2f background
background-color: #ec8d2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8d2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 141, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 141, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8d2f; background: linear-gradient(135deg, #ec8d2f, #CDEC2F);