#e8d521
a balanced, electric yellow · cool · closest name: gold
RGB
232, 213, 33
HSL
54°, 81%, 52%
CMYK
0, 8, 86, 9
Luminance
0.6485
Every format
| HEX | #e8d521 |
| RGB | rgb(232, 213, 33) |
| HSL | hsl(54, 81%, 52%) |
| CMYK | cmyk(0%, 8%, 86%, 9%) |
| LAB | lab(84.4 -10.3 80.2) |
| LCH | lch(84.4 80.8 97.3) |
| OKLCH | oklch(0.862 0.175 102.6) |
Copy-ready code
/* CSS */
color: #e8d521;
background-color: #e8d521;
/* Tailwind (arbitrary) */
class="text-[#e8d521] bg-[#e8d521]"
/* SCSS */
$brand: #e8d521;
/* SwiftUI */
Color(red: 0.910, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#e8d521")Accessibility — WCAG contrast
Aa
#e8d521 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8d521 on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green83.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow85.8%
Key (black)9.0%
Color previews
#e8d521 text on a black background
contrast 13.97:1
Card sample
#e8d521 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8d521;
Background color
Panel with #e8d521 background
background-color: #e8d521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8d521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8d521; background: linear-gradient(135deg, #e8d521, #76E821);