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