#e8b521
a balanced, electric yellow · warm · closest name: orange
RGB
232, 181, 33
HSL
45°, 81%, 52%
CMYK
0, 22, 86, 9
Luminance
0.5031
Every format
| HEX | #e8b521 |
| RGB | rgb(232, 181, 33) |
| HSL | hsl(45, 81%, 52%) |
| CMYK | cmyk(0%, 22%, 86%, 9%) |
| LAB | lab(76.3 6.2 73.5) |
| LCH | lch(76.3 73.8 85.2) |
| OKLCH | oklch(0.798 0.156 87.0) |
Copy-ready code
/* CSS */
color: #e8b521;
background-color: #e8b521;
/* Tailwind (arbitrary) */
class="text-[#e8b521] bg-[#e8b521]"
/* SCSS */
$brand: #e8b521;
/* SwiftUI */
Color(red: 0.910, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#e8b521")Accessibility — WCAG contrast
Aa
#e8b521 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8b521 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow85.8%
Key (black)9.0%
Color previews
#e8b521 text on a black background
contrast 11.06:1
Card sample
#e8b521 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8b521;
Background color
Panel with #e8b521 background
background-color: #e8b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8b521; background: linear-gradient(135deg, #e8b521, #96E821);