#eef7ec
a pale, soft green · cool · closest name: ivory
RGB
238, 247, 236
HSL
109°, 41%, 95%
CMYK
4, 0, 5, 3
Luminance
0.9075
Every format
| HEX | #eef7ec |
| RGB | rgb(238, 247, 236) |
| HSL | hsl(109, 41%, 95%) |
| CMYK | cmyk(4%, 0%, 5%, 3%) |
| LAB | lab(96.3 -4.9 4.3) |
| LCH | lch(96.3 6.5 139.2) |
| OKLCH | oklch(0.966 0.017 140.0) |
Copy-ready code
/* CSS */
color: #eef7ec;
background-color: #eef7ec;
/* Tailwind (arbitrary) */
class="text-[#eef7ec] bg-[#eef7ec]"
/* SCSS */
$brand: #eef7ec;
/* SwiftUI */
Color(red: 0.933, green: 0.969, blue: 0.925)
/* Android */
Color.parseColor("#eef7ec")Accessibility — WCAG contrast
Aa
#eef7ec on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef7ec on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.9%
Blue92.5%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow4.5%
Key (black)3.1%
Color previews
#eef7ec text on a black background
contrast 19.15:1
Card sample
#eef7ec text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef7ec;
Background color
Panel with #eef7ec background
background-color: #eef7ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef7ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 247, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 247, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef7ec; background: linear-gradient(135deg, #eef7ec, #ECF7F1);