#eed899
a light, vivid yellow · warm · closest name: khaki
RGB
238, 216, 153
HSL
45°, 71%, 77%
CMYK
0, 9, 36, 7
Luminance
0.6959
Every format
| HEX | #eed899 |
| RGB | rgb(238, 216, 153) |
| HSL | hsl(45, 71%, 77%) |
| CMYK | cmyk(0%, 9%, 36%, 7%) |
| LAB | lab(86.8 -1.3 33.9) |
| LCH | lch(86.8 33.9 92.2) |
| OKLCH | oklch(0.886 0.084 91.0) |
Copy-ready code
/* CSS */
color: #eed899;
background-color: #eed899;
/* Tailwind (arbitrary) */
class="text-[#eed899] bg-[#eed899]"
/* SCSS */
$brand: #eed899;
/* SwiftUI */
Color(red: 0.933, green: 0.847, blue: 0.600)
/* Android */
Color.parseColor("#eed899")Accessibility — WCAG contrast
Aa
#eed899 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eed899 on black: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green84.7%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow35.7%
Key (black)6.7%
Color previews
#eed899 text on a black background
contrast 14.92:1
Card sample
#eed899 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eed899;
Background color
Panel with #eed899 background
background-color: #eed899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eed899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 216, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 216, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eed899; background: linear-gradient(135deg, #eed899, #CBEE99);