#e3fecf
a pale, electric green · cool · closest name: beige
RGB
227, 254, 207
HSL
95°, 96%, 90%
CMYK
11, 0, 19, 0
Luminance
0.9172
Every format
| HEX | #e3fecf |
| RGB | rgb(227, 254, 207) |
| HSL | hsl(95, 96%, 90%) |
| CMYK | cmyk(11%, 0%, 19%, 0%) |
| LAB | lab(96.7 -16.9 19.6) |
| LCH | lch(96.7 25.9 130.8) |
| OKLCH | oklch(0.966 0.068 132.0) |
Copy-ready code
/* CSS */
color: #e3fecf;
background-color: #e3fecf;
/* Tailwind (arbitrary) */
class="text-[#e3fecf] bg-[#e3fecf]"
/* SCSS */
$brand: #e3fecf;
/* SwiftUI */
Color(red: 0.890, green: 0.996, blue: 0.812)
/* Android */
Color.parseColor("#e3fecf")Accessibility — WCAG contrast
Aa
#e3fecf on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fecf on black: 19.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green99.6%
Blue81.2%
CMYK percentages
Cyan10.6%
Magenta0.0%
Yellow18.5%
Key (black)0.4%
Color previews
#e3fecf text on a black background
contrast 19.34:1
Card sample
#e3fecf text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fecf;
Background color
Panel with #e3fecf background
background-color: #e3fecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 254, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 254, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fecf; background: linear-gradient(135deg, #e3fecf, #CFFEDA);