#e3fdce
a pale, electric green · cool · closest name: beige
RGB
227, 253, 206
HSL
93°, 92%, 90%
CMYK
10, 0, 19, 1
Luminance
0.9104
Every format
| HEX | #e3fdce |
| RGB | rgb(227, 253, 206) |
| HSL | hsl(93, 92%, 90%) |
| CMYK | cmyk(10%, 0%, 19%, 1%) |
| LAB | lab(96.4 -16.6 19.7) |
| LCH | lch(96.4 25.8 130.1) |
| OKLCH | oklch(0.963 0.067 131.2) |
Copy-ready code
/* CSS */
color: #e3fdce;
background-color: #e3fdce;
/* Tailwind (arbitrary) */
class="text-[#e3fdce] bg-[#e3fdce]"
/* SCSS */
$brand: #e3fdce;
/* SwiftUI */
Color(red: 0.890, green: 0.992, blue: 0.808)
/* Android */
Color.parseColor("#e3fdce")Accessibility — WCAG contrast
Aa
#e3fdce on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fdce on black: 19.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green99.2%
Blue80.8%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow18.6%
Key (black)0.8%
Color previews
#e3fdce text on a black background
contrast 19.21:1
Card sample
#e3fdce text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fdce;
Background color
Panel with #e3fdce background
background-color: #e3fdce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fdce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 253, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 253, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fdce; background: linear-gradient(135deg, #e3fdce, #CEFDD8);