#e3fcda
a pale, electric green · cool · closest name: beige
RGB
227, 252, 218
HSL
104°, 85%, 92%
CMYK
10, 0, 14, 1
Luminance
0.9101
Every format
| HEX | #e3fcda |
| RGB | rgb(227, 252, 218) |
| HSL | hsl(104, 85%, 92%) |
| CMYK | cmyk(10%, 0%, 14%, 1%) |
| LAB | lab(96.4 -14.2 13.6) |
| LCH | lch(96.4 19.6 136.2) |
| OKLCH | oklch(0.964 0.052 137.4) |
Copy-ready code
/* CSS */
color: #e3fcda;
background-color: #e3fcda;
/* Tailwind (arbitrary) */
class="text-[#e3fcda] bg-[#e3fcda]"
/* SCSS */
$brand: #e3fcda;
/* SwiftUI */
Color(red: 0.890, green: 0.988, blue: 0.855)
/* Android */
Color.parseColor("#e3fcda")Accessibility — WCAG contrast
Aa
#e3fcda on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fcda on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green98.8%
Blue85.5%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow13.5%
Key (black)1.2%
Color previews
#e3fcda text on a black background
contrast 19.20:1
Card sample
#e3fcda text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fcda;
Background color
Panel with #e3fcda background
background-color: #e3fcda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fcda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 252, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 252, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fcda; background: linear-gradient(135deg, #e3fcda, #DAFCE8);