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