#eee99f
a light, vivid yellow · cool · closest name: khaki
RGB
238, 233, 159
HSL
56°, 70%, 78%
CMYK
0, 2, 33, 7
Luminance
0.7896
Every format
| HEX | #eee99f |
| RGB | rgb(238, 233, 159) |
| HSL | hsl(56, 70%, 78%) |
| CMYK | cmyk(0%, 2%, 33%, 7%) |
| LAB | lab(91.2 -9.2 36.6) |
| LCH | lch(91.2 37.8 104.1) |
| OKLCH | oklch(0.921 0.094 104.8) |
Copy-ready code
/* CSS */
color: #eee99f;
background-color: #eee99f;
/* Tailwind (arbitrary) */
class="text-[#eee99f] bg-[#eee99f]"
/* SCSS */
$brand: #eee99f;
/* SwiftUI */
Color(red: 0.933, green: 0.914, blue: 0.624)
/* Android */
Color.parseColor("#eee99f")Accessibility — WCAG contrast
Aa
#eee99f on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee99f on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green91.4%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta2.1%
Yellow33.2%
Key (black)6.7%
Color previews
#eee99f text on a black background
contrast 16.79:1
Card sample
#eee99f text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee99f;
Background color
Panel with #eee99f background
background-color: #eee99f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee99f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 233, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 233, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee99f; background: linear-gradient(135deg, #eee99f, #BEEE9F);