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