#ecfceb
a pale, vivid green · cool · closest name: ivory
RGB
236, 252, 235
HSL
117°, 74%, 96%
CMYK
6, 0, 7, 1
Luminance
0.9345
Every format
| HEX | #ecfceb |
| RGB | rgb(236, 252, 235) |
| HSL | hsl(117, 74%, 96%) |
| CMYK | cmyk(6%, 0%, 7%, 1%) |
| LAB | lab(97.4 -8.3 6.3) |
| LCH | lch(97.4 10.4 142.5) |
| OKLCH | oklch(0.975 0.028 143.7) |
Copy-ready code
/* CSS */
color: #ecfceb;
background-color: #ecfceb;
/* Tailwind (arbitrary) */
class="text-[#ecfceb] bg-[#ecfceb]"
/* SCSS */
$brand: #ecfceb;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#ecfceb")Accessibility — WCAG contrast
Aa
#ecfceb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfceb on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#ecfceb text on a black background
contrast 19.69:1
Card sample
#ecfceb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfceb;
Background color
Panel with #ecfceb background
background-color: #ecfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfceb; background: linear-gradient(135deg, #ecfceb, #EBFCF5);