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