#e9a721
a balanced, electric yellow · warm · closest name: orange
RGB
233, 167, 33
HSL
40°, 82%, 52%
CMYK
0, 28, 86, 9
Luminance
0.4507
Every format
| HEX | #e9a721 |
| RGB | rgb(233, 167, 33) |
| HSL | hsl(40, 82%, 52%) |
| CMYK | cmyk(0%, 28%, 86%, 9%) |
| LAB | lab(72.9 14.0 70.9) |
| LCH | lch(72.9 72.3 78.8) |
| OKLCH | oklch(0.772 0.153 78.5) |
Copy-ready code
/* CSS */
color: #e9a721;
background-color: #e9a721;
/* Tailwind (arbitrary) */
class="text-[#e9a721] bg-[#e9a721]"
/* SCSS */
$brand: #e9a721;
/* SwiftUI */
Color(red: 0.914, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#e9a721")Accessibility — WCAG contrast
Aa
#e9a721 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9a721 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green65.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.3%
Yellow85.8%
Key (black)8.6%
Color previews
#e9a721 text on a black background
contrast 10.01:1
Card sample
#e9a721 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9a721;
Background color
Panel with #e9a721 background
background-color: #e9a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9a721; background: linear-gradient(135deg, #e9a721, #A6E921);