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