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