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