#eef2ec
a pale, soft green · cool · closest name: white
RGB
238, 242, 236
HSL
100°, 19%, 94%
CMYK
2, 0, 3, 5
Luminance
0.8774
Every format
| HEX | #eef2ec |
| RGB | rgb(238, 242, 236) |
| HSL | hsl(100, 19%, 94%) |
| CMYK | cmyk(2%, 0%, 3%, 5%) |
| LAB | lab(95.0 -2.4 2.4) |
| LCH | lch(95.0 3.4 134.6) |
| OKLCH | oklch(0.956 0.009 134.9) |
Copy-ready code
/* CSS */
color: #eef2ec;
background-color: #eef2ec;
/* Tailwind (arbitrary) */
class="text-[#eef2ec] bg-[#eef2ec]"
/* SCSS */
$brand: #eef2ec;
/* SwiftUI */
Color(red: 0.933, green: 0.949, blue: 0.925)
/* Android */
Color.parseColor("#eef2ec")Accessibility — WCAG contrast
Aa
#eef2ec on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef2ec on black: 18.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green94.9%
Blue92.5%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow2.5%
Key (black)5.1%
Color previews
#eef2ec text on a black background
contrast 18.55:1
Card sample
#eef2ec text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef2ec;
Background color
Panel with #eef2ec background
background-color: #eef2ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef2ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 242, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 242, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef2ec; background: linear-gradient(135deg, #eef2ec, #ECF2EE);