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