#e4b521
a balanced, electric yellow · cool · closest name: gold
RGB
228, 181, 33
HSL
46°, 78%, 51%
CMYK
0, 21, 86, 11
Luminance
0.4965
Every format
| HEX | #e4b521 |
| RGB | rgb(228, 181, 33) |
| HSL | hsl(46, 78%, 51%) |
| CMYK | cmyk(0%, 21%, 86%, 11%) |
| LAB | lab(75.9 4.4 73.1) |
| LCH | lch(75.9 73.2 86.5) |
| OKLCH | oklch(0.793 0.155 88.8) |
Copy-ready code
/* CSS */
color: #e4b521;
background-color: #e4b521;
/* Tailwind (arbitrary) */
class="text-[#e4b521] bg-[#e4b521]"
/* SCSS */
$brand: #e4b521;
/* SwiftUI */
Color(red: 0.894, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#e4b521")Accessibility — WCAG contrast
Aa
#e4b521 on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4b521 on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.6%
Yellow85.5%
Key (black)10.6%
Color previews
#e4b521 text on a black background
contrast 10.93:1
Card sample
#e4b521 text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4b521;
Background color
Panel with #e4b521 background
background-color: #e4b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4b521; background: linear-gradient(135deg, #e4b521, #91E421);