#eedc97
a light, vivid yellow · cool · closest name: khaki
RGB
238, 220, 151
HSL
48°, 72%, 76%
CMYK
0, 8, 37, 7
Luminance
0.7160
Every format
| HEX | #eedc97 |
| RGB | rgb(238, 220, 151) |
| HSL | hsl(48, 72%, 76%) |
| CMYK | cmyk(0%, 8%, 37%, 7%) |
| LAB | lab(87.8 -3.6 36.2) |
| LCH | lch(87.8 36.3 95.6) |
| OKLCH | oklch(0.893 0.090 95.3) |
Copy-ready code
/* CSS */
color: #eedc97;
background-color: #eedc97;
/* Tailwind (arbitrary) */
class="text-[#eedc97] bg-[#eedc97]"
/* SCSS */
$brand: #eedc97;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.592)
/* Android */
Color.parseColor("#eedc97")Accessibility — WCAG contrast
Aa
#eedc97 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc97 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow36.6%
Key (black)6.7%
Color previews
#eedc97 text on a black background
contrast 15.32:1
Card sample
#eedc97 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc97;
Background color
Panel with #eedc97 background
background-color: #eedc97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc97; background: linear-gradient(135deg, #eedc97, #C6EE97);