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