#e9fcdf
a pale, electric green · cool · closest name: beige
RGB
233, 252, 223
HSL
99°, 83%, 93%
CMYK
8, 0, 12, 1
Luminance
0.9227
Every format
| HEX | #e9fcdf |
| RGB | rgb(233, 252, 223) |
| HSL | hsl(99, 83%, 93%) |
| CMYK | cmyk(8%, 0%, 12%, 1%) |
| LAB | lab(96.9 -11.3 11.8) |
| LCH | lch(96.9 16.3 133.8) |
| OKLCH | oklch(0.969 0.043 134.7) |
Copy-ready code
/* CSS */
color: #e9fcdf;
background-color: #e9fcdf;
/* Tailwind (arbitrary) */
class="text-[#e9fcdf] bg-[#e9fcdf]"
/* SCSS */
$brand: #e9fcdf;
/* SwiftUI */
Color(red: 0.914, green: 0.988, blue: 0.875)
/* Android */
Color.parseColor("#e9fcdf")Accessibility — WCAG contrast
Aa
#e9fcdf on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9fcdf on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green98.8%
Blue87.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow11.5%
Key (black)1.2%
Color previews
#e9fcdf text on a black background
contrast 19.45:1
Card sample
#e9fcdf text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9fcdf;
Background color
Panel with #e9fcdf background
background-color: #e9fcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9fcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 252, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 252, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9fcdf; background: linear-gradient(135deg, #e9fcdf, #DFFCE8);