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