#eedb8c
a light, vivid yellow · cool · closest name: khaki
RGB
238, 219, 140
HSL
48°, 74%, 74%
CMYK
0, 8, 41, 7
Luminance
0.7073
Every format
| HEX | #eedb8c |
| RGB | rgb(238, 219, 140) |
| HSL | hsl(48, 74%, 74%) |
| CMYK | cmyk(0%, 8%, 41%, 7%) |
| LAB | lab(87.4 -4.3 41.2) |
| LCH | lch(87.4 41.4 95.9) |
| OKLCH | oklch(0.890 0.101 96.3) |
Copy-ready code
/* CSS */
color: #eedb8c;
background-color: #eedb8c;
/* Tailwind (arbitrary) */
class="text-[#eedb8c] bg-[#eedb8c]"
/* SCSS */
$brand: #eedb8c;
/* SwiftUI */
Color(red: 0.933, green: 0.859, blue: 0.549)
/* Android */
Color.parseColor("#eedb8c")Accessibility — WCAG contrast
Aa
#eedb8c on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedb8c on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green85.9%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow41.2%
Key (black)6.7%
Color previews
#eedb8c text on a black background
contrast 15.15:1
Card sample
#eedb8c text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedb8c;
Background color
Panel with #eedb8c background
background-color: #eedb8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedb8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 219, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 219, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedb8c; background: linear-gradient(135deg, #eedb8c, #C0EE8C);