#eade66
a light, electric yellow · cool · closest name: khaki
RGB
234, 222, 102
HSL
55°, 76%, 66%
CMYK
0, 5, 56, 8
Luminance
0.7069
Every format
| HEX | #eade66 |
| RGB | rgb(234, 222, 102) |
| HSL | hsl(55, 76%, 66%) |
| CMYK | cmyk(0%, 5%, 56%, 8%) |
| LAB | lab(87.3 -10.7 59.2) |
| LCH | lch(87.3 60.1 100.3) |
| OKLCH | oklch(0.887 0.141 103.6) |
Copy-ready code
/* CSS */
color: #eade66;
background-color: #eade66;
/* Tailwind (arbitrary) */
class="text-[#eade66] bg-[#eade66]"
/* SCSS */
$brand: #eade66;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.400)
/* Android */
Color.parseColor("#eade66")Accessibility — WCAG contrast
Aa
#eade66 on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade66 on black: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow56.4%
Key (black)8.2%
Color previews
#eade66 text on a black background
contrast 15.14:1
Card sample
#eade66 text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade66;
Background color
Panel with #eade66 background
background-color: #eade66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade66; background: linear-gradient(135deg, #eade66, #9EEA66);