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