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