#e8b721
a balanced, electric yellow · cool · closest name: gold
RGB
232, 183, 33
HSL
45°, 81%, 52%
CMYK
0, 21, 86, 9
Luminance
0.5113
Every format
| HEX | #e8b721 |
| RGB | rgb(232, 183, 33) |
| HSL | hsl(45, 81%, 52%) |
| CMYK | cmyk(0%, 21%, 86%, 9%) |
| LAB | lab(76.8 5.1 74.0) |
| LCH | lch(76.8 74.1 86.0) |
| OKLCH | oklch(0.802 0.157 88.1) |
Copy-ready code
/* CSS */
color: #e8b721;
background-color: #e8b721;
/* Tailwind (arbitrary) */
class="text-[#e8b721] bg-[#e8b721]"
/* SCSS */
$brand: #e8b721;
/* SwiftUI */
Color(red: 0.910, green: 0.718, blue: 0.129)
/* Android */
Color.parseColor("#e8b721")Accessibility — WCAG contrast
Aa
#e8b721 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8b721 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green71.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow85.8%
Key (black)9.0%
Color previews
#e8b721 text on a black background
contrast 11.23:1
Card sample
#e8b721 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8b721;
Background color
Panel with #e8b721 background
background-color: #e8b721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8b721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 183, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 183, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8b721; background: linear-gradient(135deg, #e8b721, #95E821);