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