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