#eeefe1
a pale, soft yellow · cool · closest name: ivory
RGB
238, 239, 225
HSL
64°, 30%, 91%
CMYK
0, 0, 6, 6
Luminance
0.8535
Every format
| HEX | #eeefe1 |
| RGB | rgb(238, 239, 225) |
| HSL | hsl(64, 30%, 91%) |
| CMYK | cmyk(0%, 0%, 6%, 6%) |
| LAB | lab(94.0 -2.8 6.7) |
| LCH | lch(94.0 7.2 112.5) |
| OKLCH | oklch(0.948 0.019 110.1) |
Copy-ready code
/* CSS */
color: #eeefe1;
background-color: #eeefe1;
/* Tailwind (arbitrary) */
class="text-[#eeefe1] bg-[#eeefe1]"
/* SCSS */
$brand: #eeefe1;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.882)
/* Android */
Color.parseColor("#eeefe1")Accessibility — WCAG contrast
Aa
#eeefe1 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefe1 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue88.2%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow5.9%
Key (black)6.3%
Color previews
#eeefe1 text on a black background
contrast 18.07:1
Card sample
#eeefe1 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefe1;
Background color
Panel with #eeefe1 background
background-color: #eeefe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefe1; background: linear-gradient(135deg, #eeefe1, #E5EFE1);