#eaa221
a balanced, electric orange · warm · closest name: orange
RGB
234, 162, 33
HSL
39°, 83%, 52%
CMYK
0, 31, 86, 8
Luminance
0.4344
Every format
| HEX | #eaa221 |
| RGB | rgb(234, 162, 33) |
| HSL | hsl(39, 83%, 52%) |
| CMYK | cmyk(0%, 31%, 86%, 8%) |
| LAB | lab(71.9 17.1 70.1) |
| LCH | lch(71.9 72.1 76.3) |
| OKLCH | oklch(0.764 0.153 75.2) |
Copy-ready code
/* CSS */
color: #eaa221;
background-color: #eaa221;
/* Tailwind (arbitrary) */
class="text-[#eaa221] bg-[#eaa221]"
/* SCSS */
$brand: #eaa221;
/* SwiftUI */
Color(red: 0.918, green: 0.635, blue: 0.129)
/* Android */
Color.parseColor("#eaa221")Accessibility — WCAG contrast
Aa
#eaa221 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaa221 on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green63.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow85.9%
Key (black)8.2%
Color previews
#eaa221 text on a black background
contrast 9.69:1
Card sample
#eaa221 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaa221;
Background color
Panel with #eaa221 background
background-color: #eaa221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaa221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 162, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 162, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaa221; background: linear-gradient(135deg, #eaa221, #ACEA21);