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