#eab921
a balanced, electric yellow · cool · closest name: gold
RGB
234, 185, 33
HSL
45°, 83%, 52%
CMYK
0, 21, 86, 8
Luminance
0.5230
Every format
| HEX | #eab921 |
| RGB | rgb(234, 185, 33) |
| HSL | hsl(45, 83%, 52%) |
| CMYK | cmyk(0%, 21%, 86%, 8%) |
| LAB | lab(77.5 4.9 74.6) |
| LCH | lch(77.5 74.8 86.2) |
| OKLCH | oklch(0.808 0.158 88.4) |
Copy-ready code
/* CSS */
color: #eab921;
background-color: #eab921;
/* Tailwind (arbitrary) */
class="text-[#eab921] bg-[#eab921]"
/* SCSS */
$brand: #eab921;
/* SwiftUI */
Color(red: 0.918, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#eab921")Accessibility — WCAG contrast
Aa
#eab921 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eab921 on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green72.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta20.9%
Yellow85.9%
Key (black)8.2%
Color previews
#eab921 text on a black background
contrast 11.46:1
Card sample
#eab921 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eab921;
Background color
Panel with #eab921 background
background-color: #eab921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eab921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eab921; background: linear-gradient(135deg, #eab921, #95EA21);