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