#ec8f2b
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 143, 43
HSL
31°, 84%, 55%
CMYK
0, 39, 82, 8
Luminance
0.3765
Every format
| HEX | #ec8f2b |
| RGB | rgb(236, 143, 43) |
| HSL | hsl(31, 84%, 55%) |
| CMYK | cmyk(0%, 39%, 82%, 8%) |
| LAB | lab(67.8 28.2 63.6) |
| LCH | lch(67.8 69.6 66.1) |
| OKLCH | oklch(0.733 0.154 61.9) |
Copy-ready code
/* CSS */
color: #ec8f2b;
background-color: #ec8f2b;
/* Tailwind (arbitrary) */
class="text-[#ec8f2b] bg-[#ec8f2b]"
/* SCSS */
$brand: #ec8f2b;
/* SwiftUI */
Color(red: 0.925, green: 0.561, blue: 0.169)
/* Android */
Color.parseColor("#ec8f2b")Accessibility — WCAG contrast
Aa
#ec8f2b on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8f2b on black: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green56.1%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta39.4%
Yellow81.8%
Key (black)7.5%
Color previews
#ec8f2b text on a black background
contrast 8.53:1
Card sample
#ec8f2b text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8f2b;
Background color
Panel with #ec8f2b background
background-color: #ec8f2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8f2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 143, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 143, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8f2b; background: linear-gradient(135deg, #ec8f2b, #C8EC2B);