#ecfdec
a pale, electric green · cool · closest name: ivory
RGB
236, 253, 236
HSL
120°, 81%, 96%
CMYK
7, 0, 7, 1
Luminance
0.9414
Every format
| HEX | #ecfdec |
| RGB | rgb(236, 253, 236) |
| HSL | hsl(120, 81%, 96%) |
| CMYK | cmyk(7%, 0%, 7%, 1%) |
| LAB | lab(97.7 -8.6 6.2) |
| LCH | lch(97.7 10.6 144.0) |
| OKLCH | oklch(0.977 0.029 145.4) |
Copy-ready code
/* CSS */
color: #ecfdec;
background-color: #ecfdec;
/* Tailwind (arbitrary) */
class="text-[#ecfdec] bg-[#ecfdec]"
/* SCSS */
$brand: #ecfdec;
/* SwiftUI */
Color(red: 0.925, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#ecfdec")Accessibility — WCAG contrast
Aa
#ecfdec on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfdec on black: 19.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.2%
Blue92.5%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#ecfdec text on a black background
contrast 19.83:1
Card sample
#ecfdec text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfdec;
Background color
Panel with #ecfdec background
background-color: #ecfdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfdec; background: linear-gradient(135deg, #ecfdec, #ECFDF7);