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