#ecf5eb
a pale, soft green · cool · closest name: ivory
RGB
236, 245, 235
HSL
114°, 33%, 94%
CMYK
4, 0, 4, 4
Luminance
0.8914
Every format
| HEX | #ecf5eb |
| RGB | rgb(236, 245, 235) |
| HSL | hsl(114, 33%, 94%) |
| CMYK | cmyk(4%, 0%, 4%, 4%) |
| LAB | lab(95.6 -4.8 3.8) |
| LCH | lch(95.6 6.1 141.5) |
| OKLCH | oklch(0.961 0.016 142.6) |
Copy-ready code
/* CSS */
color: #ecf5eb;
background-color: #ecf5eb;
/* Tailwind (arbitrary) */
class="text-[#ecf5eb] bg-[#ecf5eb]"
/* SCSS */
$brand: #ecf5eb;
/* SwiftUI */
Color(red: 0.925, green: 0.961, blue: 0.922)
/* Android */
Color.parseColor("#ecf5eb")Accessibility — WCAG contrast
Aa
#ecf5eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf5eb on black: 18.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.1%
Blue92.2%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow4.1%
Key (black)3.9%
Color previews
#ecf5eb text on a black background
contrast 18.83:1
Card sample
#ecf5eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf5eb;
Background color
Panel with #ecf5eb background
background-color: #ecf5eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf5eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 245, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 245, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf5eb; background: linear-gradient(135deg, #ecf5eb, #EBF5F1);