#eeeddf
a pale, soft yellow · cool · closest name: beige
RGB
238, 237, 223
HSL
56°, 31%, 90%
CMYK
0, 0, 6, 7
Luminance
0.8407
Every format
| HEX | #eeeddf |
| RGB | rgb(238, 237, 223) |
| HSL | hsl(56, 31%, 90%) |
| CMYK | cmyk(0%, 0%, 6%, 7%) |
| LAB | lab(93.5 -2.1 6.9) |
| LCH | lch(93.5 7.2 106.7) |
| OKLCH | oklch(0.943 0.019 103.4) |
Copy-ready code
/* CSS */
color: #eeeddf;
background-color: #eeeddf;
/* Tailwind (arbitrary) */
class="text-[#eeeddf] bg-[#eeeddf]"
/* SCSS */
$brand: #eeeddf;
/* SwiftUI */
Color(red: 0.933, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#eeeddf")Accessibility — WCAG contrast
Aa
#eeeddf on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeeddf on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta0.4%
Yellow6.3%
Key (black)6.7%
Color previews
#eeeddf text on a black background
contrast 17.81:1
Card sample
#eeeddf text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeeddf;
Background color
Panel with #eeeddf background
background-color: #eeeddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeeddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeeddf; background: linear-gradient(135deg, #eeeddf, #E5EEDF);