#ec7f2c
a balanced, electric orange · warm · closest name: chocolate
RGB
236, 127, 44
HSL
26°, 84%, 55%
CMYK
0, 46, 81, 8
Luminance
0.3319
Every format
| HEX | #ec7f2c |
| RGB | rgb(236, 127, 44) |
| HSL | hsl(26, 84%, 55%) |
| CMYK | cmyk(0%, 46%, 81%, 8%) |
| LAB | lab(64.3 36.5 60.1) |
| LCH | lch(64.3 70.4 58.7) |
| OKLCH | oklch(0.706 0.162 52.8) |
Copy-ready code
/* CSS */
color: #ec7f2c;
background-color: #ec7f2c;
/* Tailwind (arbitrary) */
class="text-[#ec7f2c] bg-[#ec7f2c]"
/* SCSS */
$brand: #ec7f2c;
/* SwiftUI */
Color(red: 0.925, green: 0.498, blue: 0.173)
/* Android */
Color.parseColor("#ec7f2c")Accessibility — WCAG contrast
Aa
#ec7f2c on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7f2c on black: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green49.8%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta46.2%
Yellow81.4%
Key (black)7.5%
Color previews
#ec7f2c text on a black background
contrast 7.64:1
Card sample
#ec7f2c text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7f2c;
Background color
Panel with #ec7f2c background
background-color: #ec7f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 127, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 127, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7f2c; background: linear-gradient(135deg, #ec7f2c, #D9EC2C);