#eae521
a balanced, electric yellow · cool · closest name: yellow
RGB
234, 229, 33
HSL
59°, 83%, 52%
CMYK
0, 2, 86, 8
Luminance
0.7364
Every format
| HEX | #eae521 |
| RGB | rgb(234, 229, 33) |
| HSL | hsl(59, 83%, 52%) |
| CMYK | cmyk(0%, 2%, 86%, 8%) |
| LAB | lab(88.8 -17.4 83.7) |
| LCH | lch(88.8 85.5 101.7) |
| OKLCH | oklch(0.897 0.188 108.0) |
Copy-ready code
/* CSS */
color: #eae521;
background-color: #eae521;
/* Tailwind (arbitrary) */
class="text-[#eae521] bg-[#eae521]"
/* SCSS */
$brand: #eae521;
/* SwiftUI */
Color(red: 0.918, green: 0.898, blue: 0.129)
/* Android */
Color.parseColor("#eae521")Accessibility — WCAG contrast
Aa
#eae521 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eae521 on black: 15.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green89.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow85.9%
Key (black)8.2%
Color previews
#eae521 text on a black background
contrast 15.73:1
Card sample
#eae521 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eae521;
Background color
Panel with #eae521 background
background-color: #eae521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eae521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 229, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 229, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eae521; background: linear-gradient(135deg, #eae521, #69EA21);