#ecfaee
a pale, vivid green · cool · closest name: ivory
RGB
236, 250, 238
HSL
129°, 58%, 95%
CMYK
6, 0, 5, 2
Luminance
0.9238
Every format
| HEX | #ecfaee |
| RGB | rgb(236, 250, 238) |
| HSL | hsl(129, 58%, 95%) |
| CMYK | cmyk(6%, 0%, 5%, 2%) |
| LAB | lab(97.0 -6.7 4.2) |
| LCH | lch(97.0 7.9 148.3) |
| OKLCH | oklch(0.971 0.022 149.7) |
Copy-ready code
/* CSS */
color: #ecfaee;
background-color: #ecfaee;
/* Tailwind (arbitrary) */
class="text-[#ecfaee] bg-[#ecfaee]"
/* SCSS */
$brand: #ecfaee;
/* SwiftUI */
Color(red: 0.925, green: 0.980, blue: 0.933)
/* Android */
Color.parseColor("#ecfaee")Accessibility — WCAG contrast
Aa
#ecfaee on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfaee on black: 19.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.0%
Blue93.3%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow4.8%
Key (black)2.0%
Color previews
#ecfaee text on a black background
contrast 19.48:1
Card sample
#ecfaee text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfaee;
Background color
Panel with #ecfaee background
background-color: #ecfaee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfaee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 250, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 250, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfaee; background: linear-gradient(135deg, #ecfaee, #ECFAF7);