#e3fcdf
a pale, electric green · cool · closest name: beige
RGB
227, 252, 223
HSL
112°, 83%, 93%
CMYK
10, 0, 12, 1
Luminance
0.9128
Every format
| HEX | #e3fcdf |
| RGB | rgb(227, 252, 223) |
| HSL | hsl(112, 83%, 93%) |
| CMYK | cmyk(10%, 0%, 12%, 1%) |
| LAB | lab(96.5 -13.3 11.2) |
| LCH | lch(96.5 17.4 140.1) |
| OKLCH | oklch(0.965 0.046 141.3) |
Copy-ready code
/* CSS */
color: #e3fcdf;
background-color: #e3fcdf;
/* Tailwind (arbitrary) */
class="text-[#e3fcdf] bg-[#e3fcdf]"
/* SCSS */
$brand: #e3fcdf;
/* SwiftUI */
Color(red: 0.890, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#e3fcdf")Accessibility — WCAG contrast
Aa
#e3fcdf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fcdf on black: 19.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green98.8%
Blue87.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#e3fcdf text on a black background
contrast 19.26:1
Card sample
#e3fcdf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fcdf;
Background color
Panel with #e3fcdf background
background-color: #e3fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fcdf; background: linear-gradient(135deg, #e3fcdf, #DFFCEE);