#e2b52e
a balanced, electric yellow · cool · closest name: gold
RGB
226, 181, 46
HSL
45°, 76%, 53%
CMYK
0, 20, 80, 11
Luminance
0.4941
Every format
| HEX | #e2b52e |
| RGB | rgb(226, 181, 46) |
| HSL | hsl(45, 76%, 53%) |
| CMYK | cmyk(0%, 20%, 80%, 11%) |
| LAB | lab(75.7 3.9 69.2) |
| LCH | lch(75.7 69.3 86.7) |
| OKLCH | oklch(0.792 0.150 88.8) |
Copy-ready code
/* CSS */
color: #e2b52e;
background-color: #e2b52e;
/* Tailwind (arbitrary) */
class="text-[#e2b52e] bg-[#e2b52e]"
/* SCSS */
$brand: #e2b52e;
/* SwiftUI */
Color(red: 0.886, green: 0.710, blue: 0.180)
/* Android */
Color.parseColor("#e2b52e")Accessibility — WCAG contrast
Aa
#e2b52e on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2b52e on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green71.0%
Blue18.0%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow79.6%
Key (black)11.4%
Color previews
#e2b52e text on a black background
contrast 10.88:1
Card sample
#e2b52e text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2b52e;
Background color
Panel with #e2b52e background
background-color: #e2b52e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2b52e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 181, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 181, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2b52e; background: linear-gradient(135deg, #e2b52e, #97E22E);