#ecf2eb
a pale, soft green · cool · closest name: ivory
RGB
236, 242, 235
HSL
111°, 21%, 94%
CMYK
3, 0, 3, 5
Luminance
0.8734
Every format
| HEX | #ecf2eb |
| RGB | rgb(236, 242, 235) |
| HSL | hsl(111, 21%, 94%) |
| CMYK | cmyk(3%, 0%, 3%, 5%) |
| LAB | lab(94.9 -3.2 2.7) |
| LCH | lch(94.9 4.2 140.3) |
| OKLCH | oklch(0.955 0.011 141.3) |
Copy-ready code
/* CSS */
color: #ecf2eb;
background-color: #ecf2eb;
/* Tailwind (arbitrary) */
class="text-[#ecf2eb] bg-[#ecf2eb]"
/* SCSS */
$brand: #ecf2eb;
/* SwiftUI */
Color(red: 0.925, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#ecf2eb")Accessibility — WCAG contrast
Aa
#ecf2eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf2eb on black: 18.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green94.9%
Blue92.2%
CMYK percentages
Cyan2.5%
Magenta0.0%
Yellow2.9%
Key (black)5.1%
Color previews
#ecf2eb text on a black background
contrast 18.47:1
Card sample
#ecf2eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf2eb;
Background color
Panel with #ecf2eb background
background-color: #ecf2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf2eb; background: linear-gradient(135deg, #ecf2eb, #EBF2EF);