#eef1eb
a pale, soft green · cool · closest name: white
RGB
238, 241, 235
HSL
90°, 18%, 93%
CMYK
1, 0, 3, 6
Luminance
0.8709
Every format
| HEX | #eef1eb |
| RGB | rgb(238, 241, 235) |
| HSL | hsl(90, 18%, 93%) |
| CMYK | cmyk(1%, 0%, 3%, 6%) |
| LAB | lab(94.8 -2.1 2.5) |
| LCH | lch(94.8 3.3 129.0) |
| OKLCH | oklch(0.954 0.009 128.6) |
Copy-ready code
/* CSS */
color: #eef1eb;
background-color: #eef1eb;
/* Tailwind (arbitrary) */
class="text-[#eef1eb] bg-[#eef1eb]"
/* SCSS */
$brand: #eef1eb;
/* SwiftUI */
Color(red: 0.933, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#eef1eb")Accessibility — WCAG contrast
Aa
#eef1eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef1eb on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.5%
Blue92.2%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#eef1eb text on a black background
contrast 18.42:1
Card sample
#eef1eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef1eb;
Background color
Panel with #eef1eb background
background-color: #eef1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef1eb; background: linear-gradient(135deg, #eef1eb, #EBF1EC);