#ecf8eb
a pale, vivid green · cool · closest name: ivory
RGB
236, 248, 235
HSL
115°, 48%, 95%
CMYK
5, 0, 5, 3
Luminance
0.9097
Every format
| HEX | #ecf8eb |
| RGB | rgb(236, 248, 235) |
| HSL | hsl(115, 48%, 95%) |
| CMYK | cmyk(5%, 0%, 5%, 3%) |
| LAB | lab(96.4 -6.3 4.9) |
| LCH | lch(96.4 7.9 142.1) |
| OKLCH | oklch(0.967 0.021 143.2) |
Copy-ready code
/* CSS */
color: #ecf8eb;
background-color: #ecf8eb;
/* Tailwind (arbitrary) */
class="text-[#ecf8eb] bg-[#ecf8eb]"
/* SCSS */
$brand: #ecf8eb;
/* SwiftUI */
Color(red: 0.925, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#ecf8eb")Accessibility — WCAG contrast
Aa
#ecf8eb on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf8eb on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green97.3%
Blue92.2%
CMYK percentages
Cyan4.8%
Magenta0.0%
Yellow5.2%
Key (black)2.7%
Color previews
#ecf8eb text on a black background
contrast 19.19:1
Card sample
#ecf8eb text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf8eb;
Background color
Panel with #ecf8eb background
background-color: #ecf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf8eb; background: linear-gradient(135deg, #ecf8eb, #EBF8F3);