#ecfcee
a pale, vivid green · cool · closest name: ivory
RGB
236, 252, 238
HSL
128°, 73%, 96%
CMYK
6, 0, 6, 1
Luminance
0.9363
Every format
| HEX | #ecfcee |
| RGB | rgb(236, 252, 238) |
| HSL | hsl(128, 73%, 96%) |
| CMYK | cmyk(6%, 0%, 6%, 1%) |
| LAB | lab(97.5 -7.7 4.9) |
| LCH | lch(97.5 9.2 147.7) |
| OKLCH | oklch(0.975 0.025 149.1) |
Copy-ready code
/* CSS */
color: #ecfcee;
background-color: #ecfcee;
/* Tailwind (arbitrary) */
class="text-[#ecfcee] bg-[#ecfcee]"
/* SCSS */
$brand: #ecfcee;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.933)
/* Android */
Color.parseColor("#ecfcee")Accessibility — WCAG contrast
Aa
#ecfcee on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfcee on black: 19.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue93.3%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow5.6%
Key (black)1.2%
Color previews
#ecfcee text on a black background
contrast 19.73:1
Card sample
#ecfcee text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfcee;
Background color
Panel with #ecfcee background
background-color: #ecfcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfcee; background: linear-gradient(135deg, #ecfcee, #ECFCF9);