#eade4c
a balanced, electric yellow · cool · closest name: gold
RGB
234, 222, 76
HSL
55°, 79%, 61%
CMYK
0, 5, 68, 8
Luminance
0.7026
Every format
| HEX | #eade4c |
| RGB | rgb(234, 222, 76) |
| HSL | hsl(55, 79%, 61%) |
| CMYK | cmyk(0%, 5%, 68%, 8%) |
| LAB | lab(87.1 -12.4 69.8) |
| LCH | lch(87.1 70.8 100.0) |
| OKLCH | oklch(0.885 0.161 104.6) |
Copy-ready code
/* CSS */
color: #eade4c;
background-color: #eade4c;
/* Tailwind (arbitrary) */
class="text-[#eade4c] bg-[#eade4c]"
/* SCSS */
$brand: #eade4c;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.298)
/* Android */
Color.parseColor("#eade4c")Accessibility — WCAG contrast
Aa
#eade4c on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade4c on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue29.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow67.5%
Key (black)8.2%
Color previews
#eade4c text on a black background
contrast 15.05:1
Card sample
#eade4c text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade4c;
Background color
Panel with #eade4c background
background-color: #eade4c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade4c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade4c; background: linear-gradient(135deg, #eade4c, #8DEA4C);