#eade9f
a light, vivid yellow · cool · closest name: khaki
RGB
234, 222, 159
HSL
50°, 64%, 77%
CMYK
0, 5, 32, 8
Luminance
0.7224
Every format
| HEX | #eade9f |
| RGB | rgb(234, 222, 159) |
| HSL | hsl(50, 64%, 77%) |
| CMYK | cmyk(0%, 5%, 32%, 8%) |
| LAB | lab(88.1 -5.2 32.4) |
| LCH | lch(88.1 32.9 99.1) |
| OKLCH | oklch(0.895 0.082 98.7) |
Copy-ready code
/* CSS */
color: #eade9f;
background-color: #eade9f;
/* Tailwind (arbitrary) */
class="text-[#eade9f] bg-[#eade9f]"
/* SCSS */
$brand: #eade9f;
/* SwiftUI */
Color(red: 0.918, green: 0.871, blue: 0.624)
/* Android */
Color.parseColor("#eade9f")Accessibility — WCAG contrast
Aa
#eade9f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eade9f on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green87.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow32.1%
Key (black)8.2%
Color previews
#eade9f text on a black background
contrast 15.45:1
Card sample
#eade9f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eade9f;
Background color
Panel with #eade9f background
background-color: #eade9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eade9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 222, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 222, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eade9f; background: linear-gradient(135deg, #eade9f, #C4EA9F);