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