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