#e2b521
a balanced, electric yellow · cool · closest name: gold
RGB
226, 181, 33
HSL
46°, 77%, 51%
CMYK
0, 20, 85, 11
Luminance
0.4933
Every format
| HEX | #e2b521 |
| RGB | rgb(226, 181, 33) |
| HSL | hsl(46, 77%, 51%) |
| CMYK | cmyk(0%, 20%, 85%, 11%) |
| LAB | lab(75.7 3.6 72.8) |
| LCH | lch(75.7 72.9 87.2) |
| OKLCH | oklch(0.791 0.155 89.6) |
Copy-ready code
/* CSS */
color: #e2b521;
background-color: #e2b521;
/* Tailwind (arbitrary) */
class="text-[#e2b521] bg-[#e2b521]"
/* SCSS */
$brand: #e2b521;
/* SwiftUI */
Color(red: 0.886, green: 0.710, blue: 0.129)
/* Android */
Color.parseColor("#e2b521")Accessibility — WCAG contrast
Aa
#e2b521 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2b521 on black: 10.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green71.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow85.4%
Key (black)11.4%
Color previews
#e2b521 text on a black background
contrast 10.87:1
Card sample
#e2b521 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2b521;
Background color
Panel with #e2b521 background
background-color: #e2b521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2b521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 181, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 181, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b521; background: linear-gradient(135deg, #e2b521, #8EE221);