#ecf5ee
a pale, soft green · cool · closest name: white
RGB
236, 245, 238
HSL
133°, 31%, 94%
CMYK
4, 0, 3, 4
Luminance
0.8931
Every format
| HEX | #ecf5ee |
| RGB | rgb(236, 245, 238) |
| HSL | hsl(133, 31%, 94%) |
| CMYK | cmyk(4%, 0%, 3%, 4%) |
| LAB | lab(95.7 -4.2 2.3) |
| LCH | lch(95.7 4.8 151.1) |
| OKLCH | oklch(0.961 0.013 152.6) |
Copy-ready code
/* CSS */
color: #ecf5ee;
background-color: #ecf5ee;
/* Tailwind (arbitrary) */
class="text-[#ecf5ee] bg-[#ecf5ee]"
/* SCSS */
$brand: #ecf5ee;
/* SwiftUI */
Color(red: 0.925, green: 0.961, blue: 0.933)
/* Android */
Color.parseColor("#ecf5ee")Accessibility — WCAG contrast
Aa
#ecf5ee on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf5ee on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.1%
Blue93.3%
CMYK percentages
Cyan3.7%
Magenta0.0%
Yellow2.9%
Key (black)3.9%
Color previews
#ecf5ee text on a black background
contrast 18.86:1
Card sample
#ecf5ee text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf5ee;
Background color
Panel with #ecf5ee background
background-color: #ecf5ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf5ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 245, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 245, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf5ee; background: linear-gradient(135deg, #ecf5ee, #ECF5F4);