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