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