#eee9ad
a light, vivid yellow · cool · closest name: khaki
RGB
238, 233, 173
HSL
55°, 66%, 81%
CMYK
0, 2, 27, 7
Luminance
0.7947
Every format
| HEX | #eee9ad |
| RGB | rgb(238, 233, 173) |
| HSL | hsl(55, 66%, 81%) |
| CMYK | cmyk(0%, 2%, 27%, 7%) |
| LAB | lab(91.5 -7.5 29.9) |
| LCH | lch(91.5 30.8 104.0) |
| OKLCH | oklch(0.924 0.077 103.8) |
Copy-ready code
/* CSS */
color: #eee9ad;
background-color: #eee9ad;
/* Tailwind (arbitrary) */
class="text-[#eee9ad] bg-[#eee9ad]"
/* SCSS */
$brand: #eee9ad;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.678)
/* Android */
Color.parseColor("#eee9ad")Accessibility — WCAG contrast
Aa
#eee9ad on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee9ad on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow27.3%
Key (black)6.7%
Color previews
#eee9ad text on a black background
contrast 16.89:1
Card sample
#eee9ad text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee9ad;
Background color
Panel with #eee9ad background
background-color: #eee9ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee9ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee9ad; background: linear-gradient(135deg, #eee9ad, #C8EEAD);