#e9fcec
a pale, electric green · cool · closest name: ivory
RGB
233, 252, 236
HSL
130°, 76%, 95%
CMYK
8, 0, 6, 1
Luminance
0.9300
Every format
| HEX | #e9fcec |
| RGB | rgb(233, 252, 236) |
| HSL | hsl(130, 76%, 95%) |
| CMYK | cmyk(8%, 0%, 6%, 1%) |
| LAB | lab(97.2 -9.1 5.5) |
| LCH | lch(97.2 10.6 148.6) |
| OKLCH | oklch(0.973 0.029 150.1) |
Copy-ready code
/* CSS */
color: #e9fcec;
background-color: #e9fcec;
/* Tailwind (arbitrary) */
class="text-[#e9fcec] bg-[#e9fcec]"
/* SCSS */
$brand: #e9fcec;
/* SwiftUI */
Color(red: 0.914, green: 0.988, blue: 0.925)
/* Android */
Color.parseColor("#e9fcec")Accessibility — WCAG contrast
Aa
#e9fcec on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9fcec on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green98.8%
Blue92.5%
CMYK percentages
Cyan7.5%
Magenta0.0%
Yellow6.3%
Key (black)1.2%
Color previews
#e9fcec text on a black background
contrast 19.60:1
Card sample
#e9fcec text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9fcec;
Background color
Panel with #e9fcec background
background-color: #e9fcec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9fcec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 252, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 252, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9fcec; background: linear-gradient(135deg, #e9fcec, #E9FCF9);