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