#eee09b
a light, vivid yellow · cool · closest name: khaki
RGB
238, 224, 155
HSL
50°, 71%, 77%
CMYK
0, 6, 35, 7
Luminance
0.7386
Every format
| HEX | #eee09b |
| RGB | rgb(238, 224, 155) |
| HSL | hsl(50, 71%, 77%) |
| CMYK | cmyk(0%, 6%, 35%, 7%) |
| LAB | lab(88.8 -5.1 35.6) |
| LCH | lch(88.8 35.9 98.2) |
| OKLCH | oklch(0.902 0.089 98.1) |
Copy-ready code
/* CSS */
color: #eee09b;
background-color: #eee09b;
/* Tailwind (arbitrary) */
class="text-[#eee09b] bg-[#eee09b]"
/* SCSS */
$brand: #eee09b;
/* SwiftUI */
Color(red: 0.933, green: 0.878, blue: 0.608)
/* Android */
Color.parseColor("#eee09b")Accessibility — WCAG contrast
Aa
#eee09b on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eee09b on black: 15.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.8%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow34.9%
Key (black)6.7%
Color previews
#eee09b text on a black background
contrast 15.77:1
Card sample
#eee09b text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eee09b;
Background color
Panel with #eee09b background
background-color: #eee09b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eee09b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 224, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 224, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eee09b; background: linear-gradient(135deg, #eee09b, #C5EE9B);