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