#ecf0eb
a pale, muted green · cool · closest name: white
RGB
236, 240, 235
HSL
108°, 14%, 93%
CMYK
2, 0, 2, 6
Luminance
0.8615
Every format
| HEX | #ecf0eb |
| RGB | rgb(236, 240, 235) |
| HSL | hsl(108, 14%, 93%) |
| CMYK | cmyk(2%, 0%, 2%, 6%) |
| LAB | lab(94.4 -2.2 1.9) |
| LCH | lch(94.4 3.0 138.7) |
| OKLCH | oklch(0.951 0.008 139.4) |
Copy-ready code
/* CSS */
color: #ecf0eb;
background-color: #ecf0eb;
/* Tailwind (arbitrary) */
class="text-[#ecf0eb] bg-[#ecf0eb]"
/* SCSS */
$brand: #ecf0eb;
/* SwiftUI */
Color(red: 0.925, green: 0.941, blue: 0.922)
/* Android */
Color.parseColor("#ecf0eb")Accessibility — WCAG contrast
Aa
#ecf0eb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf0eb on black: 18.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green94.1%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow2.1%
Key (black)5.9%
Color previews
#ecf0eb text on a black background
contrast 18.23:1
Card sample
#ecf0eb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf0eb;
Background color
Panel with #ecf0eb background
background-color: #ecf0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 240, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 240, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf0eb; background: linear-gradient(135deg, #ecf0eb, #EBF0ED);