#eedb9b
a light, vivid yellow · cool · closest name: khaki
RGB
238, 219, 155
HSL
46°, 71%, 77%
CMYK
0, 8, 35, 7
Luminance
0.7121
Every format
| HEX | #eedb9b |
| RGB | rgb(238, 219, 155) |
| HSL | hsl(46, 71%, 77%) |
| CMYK | cmyk(0%, 8%, 35%, 7%) |
| LAB | lab(87.6 -2.6 33.9) |
| LCH | lch(87.6 34.0 94.4) |
| OKLCH | oklch(0.892 0.084 93.5) |
Copy-ready code
/* CSS */
color: #eedb9b;
background-color: #eedb9b;
/* Tailwind (arbitrary) */
class="text-[#eedb9b] bg-[#eedb9b]"
/* SCSS */
$brand: #eedb9b;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.608)
/* Android */
Color.parseColor("#eedb9b")Accessibility — WCAG contrast
Aa
#eedb9b on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedb9b on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow34.9%
Key (black)6.7%
Color previews
#eedb9b text on a black background
contrast 15.24:1
Card sample
#eedb9b text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedb9b;
Background color
Panel with #eedb9b background
background-color: #eedb9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedb9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedb9b; background: linear-gradient(135deg, #eedb9b, #CAEE9B);