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