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