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