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