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