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