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