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