#ec8c3f
a balanced, electric orange · warm · closest name: peru
RGB
236, 140, 63
HSL
27°, 82%, 59%
CMYK
0, 41, 73, 8
Luminance
0.3695
Every format
| HEX | #ec8c3f |
| RGB | rgb(236, 140, 63) |
| HSL | hsl(27, 82%, 59%) |
| CMYK | cmyk(0%, 41%, 73%, 8%) |
| LAB | lab(67.2 30.5 54.9) |
| LCH | lch(67.2 62.8 60.9) |
| OKLCH | oklch(0.729 0.147 56.1) |
Copy-ready code
/* CSS */
color: #ec8c3f;
background-color: #ec8c3f;
/* Tailwind (arbitrary) */
class="text-[#ec8c3f] bg-[#ec8c3f]"
/* SCSS */
$brand: #ec8c3f;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.247)
/* Android */
Color.parseColor("#ec8c3f")Accessibility — WCAG contrast
Aa
#ec8c3f on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8c3f on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow73.3%
Key (black)7.5%
Color previews
#ec8c3f text on a black background
contrast 8.39:1
Card sample
#ec8c3f text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8c3f;
Background color
Panel with #ec8c3f background
background-color: #ec8c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8c3f; background: linear-gradient(135deg, #ec8c3f, #D9EC3F);