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