#eef1ee
a pale, muted green · cool · closest name: white
RGB
238, 241, 238
HSL
120°, 10%, 94%
CMYK
1, 0, 1, 6
Luminance
0.8726
Every format
| HEX | #eef1ee |
| RGB | rgb(238, 241, 238) |
| HSL | hsl(120, 10%, 94%) |
| CMYK | cmyk(1%, 0%, 1%, 6%) |
| LAB | lab(94.8 -1.5 1.1) |
| LCH | lch(94.8 1.9 144.3) |
| OKLCH | oklch(0.955 0.005 145.5) |
Copy-ready code
/* CSS */
color: #eef1ee;
background-color: #eef1ee;
/* Tailwind (arbitrary) */
class="text-[#eef1ee] bg-[#eef1ee]"
/* SCSS */
$brand: #eef1ee;
/* SwiftUI */
Color(red: 0.933, green: 0.945, blue: 0.933)
/* Android */
Color.parseColor("#eef1ee")Accessibility — WCAG contrast
Aa
#eef1ee on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef1ee on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.5%
Blue93.3%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow1.2%
Key (black)5.5%
Color previews
#eef1ee text on a black background
contrast 18.45:1
Card sample
#eef1ee text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef1ee;
Background color
Panel with #eef1ee background
background-color: #eef1ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef1ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 241, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 241, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef1ee; background: linear-gradient(135deg, #eef1ee, #EEF1F0);