#eee49c
a light, vivid yellow · cool · closest name: khaki
RGB
238, 228, 156
HSL
53°, 71%, 77%
CMYK
0, 4, 35, 7
Luminance
0.7606
Every format
| HEX | #eee49c |
| RGB | rgb(238, 228, 156) |
| HSL | hsl(53, 71%, 77%) |
| CMYK | cmyk(0%, 4%, 35%, 7%) |
| LAB | lab(89.9 -7.0 36.4) |
| LCH | lch(89.9 37.1 100.9) |
| OKLCH | oklch(0.910 0.092 101.3) |
Copy-ready code
/* CSS */
color: #eee49c;
background-color: #eee49c;
/* Tailwind (arbitrary) */
class="text-[#eee49c] bg-[#eee49c]"
/* SCSS */
$brand: #eee49c;
/* SwiftUI */
Color(red: 0.933, green: 0.894, blue: 0.612)
/* Android */
Color.parseColor("#eee49c")Accessibility — WCAG contrast
Aa
#eee49c on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee49c on black: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green89.4%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta4.2%
Yellow34.5%
Key (black)6.7%
Color previews
#eee49c text on a black background
contrast 16.21:1
Card sample
#eee49c text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee49c;
Background color
Panel with #eee49c background
background-color: #eee49c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee49c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 228, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 228, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee49c; background: linear-gradient(135deg, #eee49c, #C1EE9C);