#ecf1eb
a pale, soft green · cool · closest name: white
RGB
236, 241, 235
HSL
110°, 18%, 93%
CMYK
2, 0, 3, 6
Luminance
0.8674
Every format
| HEX | #ecf1eb |
| RGB | rgb(236, 241, 235) |
| HSL | hsl(110, 18%, 93%) |
| CMYK | cmyk(2%, 0%, 3%, 6%) |
| LAB | lab(94.6 -2.7 2.3) |
| LCH | lch(94.6 3.6 139.7) |
| OKLCH | oklch(0.953 0.010 140.5) |
Copy-ready code
/* CSS */
color: #ecf1eb;
background-color: #ecf1eb;
/* Tailwind (arbitrary) */
class="text-[#ecf1eb] bg-[#ecf1eb]"
/* SCSS */
$brand: #ecf1eb;
/* SwiftUI */
Color(red: 0.925, green: 0.945, blue: 0.922)
/* Android */
Color.parseColor("#ecf1eb")Accessibility — WCAG contrast
Aa
#ecf1eb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf1eb on black: 18.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green94.5%
Blue92.2%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow2.5%
Key (black)5.5%
Color previews
#ecf1eb text on a black background
contrast 18.35:1
Card sample
#ecf1eb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf1eb;
Background color
Panel with #ecf1eb background
background-color: #ecf1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 241, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 241, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf1eb; background: linear-gradient(135deg, #ecf1eb, #EBF1EE);