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