#eef9eb
a pale, vivid green · cool · closest name: ivory
RGB
238, 249, 235
HSL
107°, 54%, 95%
CMYK
4, 0, 6, 2
Luminance
0.9193
Every format
| HEX | #eef9eb |
| RGB | rgb(238, 249, 235) |
| HSL | hsl(107, 54%, 95%) |
| CMYK | cmyk(4%, 0%, 6%, 2%) |
| LAB | lab(96.8 -6.1 5.5) |
| LCH | lch(96.8 8.2 138.1) |
| OKLCH | oklch(0.970 0.022 139.0) |
Copy-ready code
/* CSS */
color: #eef9eb;
background-color: #eef9eb;
/* Tailwind (arbitrary) */
class="text-[#eef9eb] bg-[#eef9eb]"
/* SCSS */
$brand: #eef9eb;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#eef9eb")Accessibility — WCAG contrast
Aa
#eef9eb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef9eb on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue92.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow5.6%
Key (black)2.4%
Color previews
#eef9eb text on a black background
contrast 19.39:1
Card sample
#eef9eb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef9eb;
Background color
Panel with #eef9eb background
background-color: #eef9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef9eb; background: linear-gradient(135deg, #eef9eb, #EBF9F1);