#e5d521
a balanced, electric yellow · cool · closest name: gold
RGB
229, 213, 33
HSL
55°, 79%, 51%
CMYK
0, 7, 86, 10
Luminance
0.6436
Every format
| HEX | #e5d521 |
| RGB | rgb(229, 213, 33) |
| HSL | hsl(55, 79%, 51%) |
| CMYK | cmyk(0%, 7%, 86%, 10%) |
| LAB | lab(84.2 -11.6 79.8) |
| LCH | lch(84.2 80.7 98.2) |
| OKLCH | oklch(0.859 0.175 103.8) |
Copy-ready code
/* CSS */
color: #e5d521;
background-color: #e5d521;
/* Tailwind (arbitrary) */
class="text-[#e5d521] bg-[#e5d521]"
/* SCSS */
$brand: #e5d521;
/* SwiftUI */
Color(red: 0.898, green: 0.835, blue: 0.129)
/* Android */
Color.parseColor("#e5d521")Accessibility — WCAG contrast
Aa
#e5d521 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5d521 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green83.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.0%
Yellow85.6%
Key (black)10.2%
Color previews
#e5d521 text on a black background
contrast 13.87:1
Card sample
#e5d521 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5d521;
Background color
Panel with #e5d521 background
background-color: #e5d521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5d521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 213, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 213, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5d521; background: linear-gradient(135deg, #e5d521, #72E521);