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