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