#eeefe8
a pale, soft yellow · cool · closest name: ivory
RGB
238, 239, 232
HSL
69°, 18%, 92%
CMYK
0, 0, 3, 6
Luminance
0.8574
Every format
| HEX | #eeefe8 |
| RGB | rgb(238, 239, 232) |
| HSL | hsl(69, 18%, 92%) |
| CMYK | cmyk(0%, 0%, 3%, 6%) |
| LAB | lab(94.2 -1.6 3.3) |
| LCH | lch(94.2 3.6 115.6) |
| OKLCH | oklch(0.949 0.009 113.2) |
Copy-ready code
/* CSS */
color: #eeefe8;
background-color: #eeefe8;
/* Tailwind (arbitrary) */
class="text-[#eeefe8] bg-[#eeefe8]"
/* SCSS */
$brand: #eeefe8;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.910)
/* Android */
Color.parseColor("#eeefe8")Accessibility — WCAG contrast
Aa
#eeefe8 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefe8 on black: 18.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue91.0%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow2.9%
Key (black)6.3%
Color previews
#eeefe8 text on a black background
contrast 18.15:1
Card sample
#eeefe8 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefe8;
Background color
Panel with #eeefe8 background
background-color: #eeefe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefe8; background: linear-gradient(135deg, #eeefe8, #E9EFE8);