#eedc99
a light, vivid yellow · cool · closest name: khaki
RGB
238, 220, 153
HSL
47°, 71%, 77%
CMYK
0, 8, 36, 7
Luminance
0.7166
Every format
| HEX | #eedc99 |
| RGB | rgb(238, 220, 153) |
| HSL | hsl(47, 71%, 77%) |
| CMYK | cmyk(0%, 8%, 36%, 7%) |
| LAB | lab(87.8 -3.3 35.2) |
| LCH | lch(87.8 35.4 95.4) |
| OKLCH | oklch(0.894 0.087 94.9) |
Copy-ready code
/* CSS */
color: #eedc99;
background-color: #eedc99;
/* Tailwind (arbitrary) */
class="text-[#eedc99] bg-[#eedc99]"
/* SCSS */
$brand: #eedc99;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.600)
/* Android */
Color.parseColor("#eedc99")Accessibility — WCAG contrast
Aa
#eedc99 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc99 on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow35.7%
Key (black)6.7%
Color previews
#eedc99 text on a black background
contrast 15.33:1
Card sample
#eedc99 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc99;
Background color
Panel with #eedc99 background
background-color: #eedc99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc99; background: linear-gradient(135deg, #eedc99, #C7EE99);