#eedfbf
a light, vivid yellow · warm · closest name: beige
RGB
238, 223, 191
HSL
41°, 58%, 84%
CMYK
0, 6, 20, 7
Luminance
0.7471
Every format
| HEX | #eedfbf |
| RGB | rgb(238, 223, 191) |
| HSL | hsl(41, 58%, 84%) |
| CMYK | cmyk(0%, 6%, 20%, 7%) |
| LAB | lab(89.3 0.1 17.6) |
| LCH | lch(89.3 17.6 89.7) |
| OKLCH | oklch(0.907 0.045 85.9) |
Copy-ready code
/* CSS */
color: #eedfbf;
background-color: #eedfbf;
/* Tailwind (arbitrary) */
class="text-[#eedfbf] bg-[#eedfbf]"
/* SCSS */
$brand: #eedfbf;
/* SwiftUI */
Color(red: 0.933, green: 0.875, blue: 0.749)
/* Android */
Color.parseColor("#eedfbf")Accessibility — WCAG contrast
Aa
#eedfbf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eedfbf on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green87.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow19.7%
Key (black)6.7%
Color previews
#eedfbf text on a black background
contrast 15.94:1
Card sample
#eedfbf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eedfbf;
Background color
Panel with #eedfbf background
background-color: #eedfbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eedfbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 223, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 223, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eedfbf; background: linear-gradient(135deg, #eedfbf, #DEEEBF);