#eef8eb
a pale, vivid green · cool · closest name: ivory
RGB
238, 248, 235
HSL
106°, 48%, 95%
CMYK
4, 0, 5, 3
Luminance
0.9131
Every format
| HEX | #eef8eb |
| RGB | rgb(238, 248, 235) |
| HSL | hsl(106, 48%, 95%) |
| CMYK | cmyk(4%, 0%, 5%, 3%) |
| LAB | lab(96.5 -5.6 5.1) |
| LCH | lch(96.5 7.6 137.6) |
| OKLCH | oklch(0.968 0.020 138.4) |
Copy-ready code
/* CSS */
color: #eef8eb;
background-color: #eef8eb;
/* Tailwind (arbitrary) */
class="text-[#eef8eb] bg-[#eef8eb]"
/* SCSS */
$brand: #eef8eb;
/* SwiftUI */
Color(red: 0.933, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#eef8eb")Accessibility — WCAG contrast
Aa
#eef8eb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef8eb on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.3%
Blue92.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#eef8eb text on a black background
contrast 19.26:1
Card sample
#eef8eb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef8eb;
Background color
Panel with #eef8eb background
background-color: #eef8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef8eb; background: linear-gradient(135deg, #eef8eb, #EBF8F1);