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