#e76f21
a balanced, electric orange · warm · closest name: chocolate
RGB
231, 111, 33
HSL
24°, 81%, 52%
CMYK
0, 52, 86, 9
Luminance
0.2847
Every format
| HEX | #e76f21 |
| RGB | rgb(231, 111, 33) |
| HSL | hsl(24, 81%, 52%) |
| CMYK | cmyk(0%, 52%, 86%, 9%) |
| LAB | lab(60.3 42.4 60.5) |
| LCH | lch(60.3 73.9 55.0) |
| OKLCH | oklch(0.674 0.170 48.0) |
Copy-ready code
/* CSS */
color: #e76f21;
background-color: #e76f21;
/* Tailwind (arbitrary) */
class="text-[#e76f21] bg-[#e76f21]"
/* SCSS */
$brand: #e76f21;
/* SwiftUI */
Color(red: 0.906, green: 0.435, blue: 0.129)
/* Android */
Color.parseColor("#e76f21")Accessibility — WCAG contrast
Aa
#e76f21 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e76f21 on black: 6.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green43.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow85.7%
Key (black)9.4%
Color previews
#e76f21 text on a black background
contrast 6.69:1
Card sample
#e76f21 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e76f21;
Background color
Panel with #e76f21 background
background-color: #e76f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e76f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 111, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 111, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e76f21; background: linear-gradient(135deg, #e76f21, #DBE721);