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