#eade6b
a light, electric yellow · cool · closest name: khaki
RGB
234, 222, 107
HSL
54°, 75%, 67%
CMYK
0, 5, 54, 8
Luminance
0.7080
Every format
| HEX | #eade6b |
| RGB | rgb(234, 222, 107) |
| HSL | hsl(54, 75%, 67%) |
| CMYK | cmyk(0%, 5%, 54%, 8%) |
| LAB | lab(87.4 -10.4 57.0) |
| LCH | lch(87.4 57.9 100.3) |
| OKLCH | oklch(0.888 0.137 103.4) |
Copy-ready code
/* CSS */
color: #eade6b;
background-color: #eade6b;
/* Tailwind (arbitrary) */
class="text-[#eade6b] bg-[#eade6b]"
/* SCSS */
$brand: #eade6b;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.420)
/* Android */
Color.parseColor("#eade6b")Accessibility — WCAG contrast
Aa
#eade6b on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade6b on black: 15.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow54.3%
Key (black)8.2%
Color previews
#eade6b text on a black background
contrast 15.16:1
Card sample
#eade6b text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade6b;
Background color
Panel with #eade6b background
background-color: #eade6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade6b; background: linear-gradient(135deg, #eade6b, #A2EA6B);