#eaa821
a balanced, electric yellow · warm · closest name: orange
RGB
234, 168, 33
HSL
40°, 83%, 52%
CMYK
0, 28, 86, 8
Luminance
0.4561
Every format
| HEX | #eaa821 |
| RGB | rgb(234, 168, 33) |
| HSL | hsl(40, 83%, 52%) |
| CMYK | cmyk(0%, 28%, 86%, 8%) |
| LAB | lab(73.3 13.9 71.2) |
| LCH | lch(73.3 72.6 79.0) |
| OKLCH | oklch(0.775 0.154 78.7) |
Copy-ready code
/* CSS */
color: #eaa821;
background-color: #eaa821;
/* Tailwind (arbitrary) */
class="text-[#eaa821] bg-[#eaa821]"
/* SCSS */
$brand: #eaa821;
/* SwiftUI */
Color(red: 0.918, green: 0.659, blue: 0.129)
/* Android */
Color.parseColor("#eaa821")Accessibility — WCAG contrast
Aa
#eaa821 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaa821 on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green65.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow85.9%
Key (black)8.2%
Color previews
#eaa821 text on a black background
contrast 10.12:1
Card sample
#eaa821 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaa821;
Background color
Panel with #eaa821 background
background-color: #eaa821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaa821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 168, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 168, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaa821; background: linear-gradient(135deg, #eaa821, #A6EA21);