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