#e8a521
a balanced, electric orange · warm · closest name: orange
RGB
232, 165, 33
HSL
40°, 81%, 52%
CMYK
0, 29, 86, 9
Luminance
0.4418
Every format
| HEX | #e8a521 |
| RGB | rgb(232, 165, 33) |
| HSL | hsl(40, 81%, 52%) |
| CMYK | cmyk(0%, 29%, 86%, 9%) |
| LAB | lab(72.3 14.6 70.4) |
| LCH | lch(72.3 71.9 78.3) |
| OKLCH | oklch(0.767 0.152 77.8) |
Copy-ready code
/* CSS */
color: #e8a521;
background-color: #e8a521;
/* Tailwind (arbitrary) */
class="text-[#e8a521] bg-[#e8a521]"
/* SCSS */
$brand: #e8a521;
/* SwiftUI */
Color(red: 0.910, green: 0.647, blue: 0.129)
/* Android */
Color.parseColor("#e8a521")Accessibility — WCAG contrast
Aa
#e8a521 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8a521 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green64.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow85.8%
Key (black)9.0%
Color previews
#e8a521 text on a black background
contrast 9.84:1
Card sample
#e8a521 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8a521;
Background color
Panel with #e8a521 background
background-color: #e8a521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8a521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 165, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 165, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8a521; background: linear-gradient(135deg, #e8a521, #A6E821);