#e7fcdf
a pale, electric green · cool · closest name: beige
RGB
231, 252, 223
HSL
103°, 83%, 93%
CMYK
8, 0, 12, 1
Luminance
0.9194
Every format
| HEX | #e7fcdf |
| RGB | rgb(231, 252, 223) |
| HSL | hsl(103, 83%, 93%) |
| CMYK | cmyk(8%, 0%, 12%, 1%) |
| LAB | lab(96.8 -12.0 11.6) |
| LCH | lch(96.8 16.7 136.0) |
| OKLCH | oklch(0.968 0.044 137.0) |
Copy-ready code
/* CSS */
color: #e7fcdf;
background-color: #e7fcdf;
/* Tailwind (arbitrary) */
class="text-[#e7fcdf] bg-[#e7fcdf]"
/* SCSS */
$brand: #e7fcdf;
/* SwiftUI */
Color(red: 0.906, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#e7fcdf")Accessibility — WCAG contrast
Aa
#e7fcdf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7fcdf on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green98.8%
Blue87.5%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#e7fcdf text on a black background
contrast 19.39:1
Card sample
#e7fcdf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7fcdf;
Background color
Panel with #e7fcdf background
background-color: #e7fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7fcdf; background: linear-gradient(135deg, #e7fcdf, #DFFCEA);