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