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