#eefcdf
a pale, electric green · cool · closest name: beige
RGB
238, 252, 223
HSL
89°, 83%, 93%
CMYK
6, 0, 12, 1
Luminance
0.9313
Every format
| HEX | #eefcdf |
| RGB | rgb(238, 252, 223) |
| HSL | hsl(89, 83%, 93%) |
| CMYK | cmyk(6%, 0%, 12%, 1%) |
| LAB | lab(97.3 -9.6 12.3) |
| LCH | lch(97.3 15.6 127.9) |
| OKLCH | oklch(0.973 0.041 128.3) |
Copy-ready code
/* CSS */
color: #eefcdf;
background-color: #eefcdf;
/* Tailwind (arbitrary) */
class="text-[#eefcdf] bg-[#eefcdf]"
/* SCSS */
$brand: #eefcdf;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#eefcdf")Accessibility — WCAG contrast
Aa
#eefcdf on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefcdf on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue87.5%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#eefcdf text on a black background
contrast 19.63:1
Card sample
#eefcdf text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefcdf;
Background color
Panel with #eefcdf background
background-color: #eefcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefcdf; background: linear-gradient(135deg, #eefcdf, #DFFCE3);