#eedc8f
a light, vivid yellow · cool · closest name: khaki
RGB
238, 220, 143
HSL
49°, 74%, 75%
CMYK
0, 8, 40, 7
Luminance
0.7135
Every format
| HEX | #eedc8f |
| RGB | rgb(238, 220, 143) |
| HSL | hsl(49, 74%, 75%) |
| CMYK | cmyk(0%, 8%, 40%, 7%) |
| LAB | lab(87.7 -4.4 40.0) |
| LCH | lch(87.7 40.3 96.3) |
| OKLCH | oklch(0.892 0.099 96.6) |
Copy-ready code
/* CSS */
color: #eedc8f;
background-color: #eedc8f;
/* Tailwind (arbitrary) */
class="text-[#eedc8f] bg-[#eedc8f]"
/* SCSS */
$brand: #eedc8f;
/* SwiftUI */
Color(red: 0.933, green: 0.863, blue: 0.561)
/* Android */
Color.parseColor("#eedc8f")Accessibility — WCAG contrast
Aa
#eedc8f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedc8f on black: 15.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green86.3%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta7.6%
Yellow39.9%
Key (black)6.7%
Color previews
#eedc8f text on a black background
contrast 15.27:1
Card sample
#eedc8f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedc8f;
Background color
Panel with #eedc8f background
background-color: #eedc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 220, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 220, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedc8f; background: linear-gradient(135deg, #eedc8f, #C1EE8F);