#eade1e
a balanced, electric yellow · cool · closest name: gold
RGB
234, 222, 30
HSL
57°, 83%, 52%
CMYK
0, 5, 87, 8
Luminance
0.6983
Every format
| HEX | #eade1e |
| RGB | rgb(234, 222, 30) |
| HSL | hsl(57, 83%, 52%) |
| CMYK | cmyk(0%, 5%, 87%, 8%) |
| LAB | lab(86.9 -14.0 82.8) |
| LCH | lch(86.9 84.0 99.6) |
| OKLCH | oklch(0.882 0.183 105.5) |
Copy-ready code
/* CSS */
color: #eade1e;
background-color: #eade1e;
/* Tailwind (arbitrary) */
class="text-[#eade1e] bg-[#eade1e]"
/* SCSS */
$brand: #eade1e;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.118)
/* Android */
Color.parseColor("#eade1e")Accessibility — WCAG contrast
Aa
#eade1e on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade1e on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow87.2%
Key (black)8.2%
Color previews
#eade1e text on a black background
contrast 14.97:1
Card sample
#eade1e text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade1e;
Background color
Panel with #eade1e background
background-color: #eade1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade1e; background: linear-gradient(135deg, #eade1e, #6EEA1E);