#ecf4eb
a pale, soft green · cool · closest name: ivory
RGB
236, 244, 235
HSL
113°, 29%, 94%
CMYK
3, 0, 4, 4
Luminance
0.8853
Every format
| HEX | #ecf4eb |
| RGB | rgb(236, 244, 235) |
| HSL | hsl(113, 29%, 94%) |
| CMYK | cmyk(3%, 0%, 4%, 4%) |
| LAB | lab(95.4 -4.2 3.4) |
| LCH | lch(95.4 5.4 141.2) |
| OKLCH | oklch(0.959 0.015 142.2) |
Copy-ready code
/* CSS */
color: #ecf4eb;
background-color: #ecf4eb;
/* Tailwind (arbitrary) */
class="text-[#ecf4eb] bg-[#ecf4eb]"
/* SCSS */
$brand: #ecf4eb;
/* SwiftUI */
Color(red: 0.925, green: 0.957, blue: 0.922)
/* Android */
Color.parseColor("#ecf4eb")Accessibility — WCAG contrast
Aa
#ecf4eb on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf4eb on black: 18.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green95.7%
Blue92.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow3.7%
Key (black)4.3%
Color previews
#ecf4eb text on a black background
contrast 18.71:1
Card sample
#ecf4eb text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf4eb;
Background color
Panel with #ecf4eb background
background-color: #ecf4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 244, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 244, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf4eb; background: linear-gradient(135deg, #ecf4eb, #EBF4F0);