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