#eada29
a balanced, electric yellow · cool · closest name: gold
RGB
234, 218, 41
HSL
55°, 82%, 54%
CMYK
0, 7, 83, 8
Luminance
0.6780
Every format
| HEX | #eada29 |
| RGB | rgb(234, 218, 41) |
| HSL | hsl(55, 82%, 54%) |
| CMYK | cmyk(0%, 7%, 83%, 8%) |
| LAB | lab(85.9 -11.8 79.7) |
| LCH | lch(85.9 80.5 98.4) |
| OKLCH | oklch(0.875 0.176 103.8) |
Copy-ready code
/* CSS */
color: #eada29;
background-color: #eada29;
/* Tailwind (arbitrary) */
class="text-[#eada29] bg-[#eada29]"
/* SCSS */
$brand: #eada29;
/* SwiftUI */
Color(red: 0.918, green: 0.855, blue: 0.161)
/* Android */
Color.parseColor("#eada29")Accessibility — WCAG contrast
Aa
#eada29 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eada29 on black: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green85.5%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow82.5%
Key (black)8.2%
Color previews
#eada29 text on a black background
contrast 14.56:1
Card sample
#eada29 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eada29;
Background color
Panel with #eada29 background
background-color: #eada29;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eada29;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 218, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 218, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eada29; background: linear-gradient(135deg, #eada29, #79EA29);