#eefcee
a pale, vivid green · cool · closest name: ivory
RGB
238, 252, 238
HSL
120°, 70%, 96%
CMYK
6, 0, 6, 1
Luminance
0.9397
Every format
| HEX | #eefcee |
| RGB | rgb(238, 252, 238) |
| HSL | hsl(120, 70%, 96%) |
| CMYK | cmyk(6%, 0%, 6%, 1%) |
| LAB | lab(97.6 -7.1 5.1) |
| LCH | lch(97.6 8.7 144.1) |
| OKLCH | oklch(0.977 0.024 145.4) |
Copy-ready code
/* CSS */
color: #eefcee;
background-color: #eefcee;
/* Tailwind (arbitrary) */
class="text-[#eefcee] bg-[#eefcee]"
/* SCSS */
$brand: #eefcee;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.933)
/* Android */
Color.parseColor("#eefcee")Accessibility — WCAG contrast
Aa
#eefcee on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcee on black: 19.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue93.3%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow5.6%
Key (black)1.2%
Color previews
#eefcee text on a black background
contrast 19.79:1
Card sample
#eefcee text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcee;
Background color
Panel with #eefcee background
background-color: #eefcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcee; background: linear-gradient(135deg, #eefcee, #EEFCF7);