#e77f21
a balanced, electric orange · warm · closest name: chocolate
RGB
231, 127, 33
HSL
29°, 81%, 52%
CMYK
0, 45, 86, 9
Luminance
0.3228
Every format
| HEX | #e77f21 |
| RGB | rgb(231, 127, 33) |
| HSL | hsl(29, 81%, 52%) |
| CMYK | cmyk(0%, 45%, 86%, 9%) |
| LAB | lab(63.6 34.3 63.2) |
| LCH | lch(63.6 71.9 61.5) |
| OKLCH | oklch(0.699 0.160 55.9) |
Copy-ready code
/* CSS */
color: #e77f21;
background-color: #e77f21;
/* Tailwind (arbitrary) */
class="text-[#e77f21] bg-[#e77f21]"
/* SCSS */
$brand: #e77f21;
/* SwiftUI */
Color(red: 0.906, green: 0.498, blue: 0.129)
/* Android */
Color.parseColor("#e77f21")Accessibility — WCAG contrast
Aa
#e77f21 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e77f21 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green49.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.0%
Yellow85.7%
Key (black)9.4%
Color previews
#e77f21 text on a black background
contrast 7.46:1
Card sample
#e77f21 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e77f21;
Background color
Panel with #e77f21 background
background-color: #e77f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e77f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 127, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 127, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e77f21; background: linear-gradient(135deg, #e77f21, #CBE721);