#ecefe7
a pale, soft green · cool · closest name: ivory
RGB
236, 239, 231
HSL
83°, 20%, 92%
CMYK
1, 0, 3, 6
Luminance
0.8534
Every format
| HEX | #ecefe7 |
| RGB | rgb(236, 239, 231) |
| HSL | hsl(83, 20%, 92%) |
| CMYK | cmyk(1%, 0%, 3%, 6%) |
| LAB | lab(94.0 -2.4 3.5) |
| LCH | lch(94.0 4.3 124.5) |
| OKLCH | oklch(0.948 0.011 123.5) |
Copy-ready code
/* CSS */
color: #ecefe7;
background-color: #ecefe7;
/* Tailwind (arbitrary) */
class="text-[#ecefe7] bg-[#ecefe7]"
/* SCSS */
$brand: #ecefe7;
/* SwiftUI */
Color(red: 0.925, green: 0.937, blue: 0.906)
/* Android */
Color.parseColor("#ecefe7")Accessibility — WCAG contrast
Aa
#ecefe7 on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecefe7 on black: 18.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green93.7%
Blue90.6%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow3.3%
Key (black)6.3%
Color previews
#ecefe7 text on a black background
contrast 18.07:1
Card sample
#ecefe7 text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecefe7;
Background color
Panel with #ecefe7 background
background-color: #ecefe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecefe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 239, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 239, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecefe7; background: linear-gradient(135deg, #ecefe7, #E7EFE7);