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