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