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