#eeefe4
a pale, soft yellow · cool · closest name: ivory
RGB
238, 239, 228
HSL
66°, 26%, 92%
CMYK
0, 0, 5, 6
Luminance
0.8551
Every format
| HEX | #eeefe4 |
| RGB | rgb(238, 239, 228) |
| HSL | hsl(66, 26%, 92%) |
| CMYK | cmyk(0%, 0%, 5%, 6%) |
| LAB | lab(94.1 -2.3 5.2) |
| LCH | lch(94.1 5.7 113.4) |
| OKLCH | oklch(0.948 0.015 110.9) |
Copy-ready code
/* CSS */
color: #eeefe4;
background-color: #eeefe4;
/* Tailwind (arbitrary) */
class="text-[#eeefe4] bg-[#eeefe4]"
/* SCSS */
$brand: #eeefe4;
/* SwiftUI */
Color(red: 0.933, green: 0.937, blue: 0.894)
/* Android */
Color.parseColor("#eeefe4")Accessibility — WCAG contrast
Aa
#eeefe4 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeefe4 on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green93.7%
Blue89.4%
CMYK percentages
Cyan0.4%
Magenta0.0%
Yellow4.6%
Key (black)6.3%
Color previews
#eeefe4 text on a black background
contrast 18.10:1
Card sample
#eeefe4 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeefe4;
Background color
Panel with #eeefe4 background
background-color: #eeefe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeefe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 239, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 239, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeefe4; background: linear-gradient(135deg, #eeefe4, #E7EFE4);