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