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