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