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