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