#eedf8c
a light, vivid yellow · cool · closest name: khaki
RGB
238, 223, 140
HSL
51°, 74%, 74%
CMYK
0, 6, 41, 7
Luminance
0.7285
Every format
| HEX | #eedf8c |
| RGB | rgb(238, 223, 140) |
| HSL | hsl(51, 74%, 74%) |
| CMYK | cmyk(0%, 6%, 41%, 7%) |
| LAB | lab(88.4 -6.3 42.5) |
| LCH | lch(88.4 42.9 98.4) |
| OKLCH | oklch(0.898 0.105 99.3) |
Copy-ready code
/* CSS */
color: #eedf8c;
background-color: #eedf8c;
/* Tailwind (arbitrary) */
class="text-[#eedf8c] bg-[#eedf8c]"
/* SCSS */
$brand: #eedf8c;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#eedf8c")Accessibility — WCAG contrast
Aa
#eedf8c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedf8c on black: 15.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow41.2%
Key (black)6.7%
Color previews
#eedf8c text on a black background
contrast 15.57:1
Card sample
#eedf8c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedf8c;
Background color
Panel with #eedf8c background
background-color: #eedf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedf8c; background: linear-gradient(135deg, #eedf8c, #BCEE8C);