#ecf6e6
a pale, vivid green · cool · closest name: ivory
RGB
236, 246, 230
HSL
98°, 47%, 93%
CMYK
4, 0, 7, 4
Luminance
0.8946
Every format
| HEX | #ecf6e6 |
| RGB | rgb(236, 246, 230) |
| HSL | hsl(98, 47%, 93%) |
| CMYK | cmyk(4%, 0%, 7%, 4%) |
| LAB | lab(95.8 -6.1 6.5) |
| LCH | lch(95.8 9.0 133.1) |
| OKLCH | oklch(0.961 0.024 133.5) |
Copy-ready code
/* CSS */
color: #ecf6e6;
background-color: #ecf6e6;
/* Tailwind (arbitrary) */
class="text-[#ecf6e6] bg-[#ecf6e6]"
/* SCSS */
$brand: #ecf6e6;
/* SwiftUI */
Color(red: 0.925, green: 0.965, blue: 0.902)
/* Android */
Color.parseColor("#ecf6e6")Accessibility — WCAG contrast
Aa
#ecf6e6 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecf6e6 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green96.5%
Blue90.2%
CMYK percentages
Cyan4.1%
Magenta0.0%
Yellow6.5%
Key (black)3.5%
Color previews
#ecf6e6 text on a black background
contrast 18.89:1
Card sample
#ecf6e6 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecf6e6;
Background color
Panel with #ecf6e6 background
background-color: #ecf6e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecf6e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 246, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 246, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecf6e6; background: linear-gradient(135deg, #ecf6e6, #E6F6EB);