#ecfeeb
a pale, electric green · cool · closest name: ivory
RGB
236, 254, 235
HSL
117°, 91%, 96%
CMYK
7, 0, 8, 0
Luminance
0.9471
Every format
| HEX | #ecfeeb |
| RGB | rgb(236, 254, 235) |
| HSL | hsl(117, 91%, 96%) |
| CMYK | cmyk(7%, 0%, 8%, 0%) |
| LAB | lab(97.9 -9.3 7.1) |
| LCH | lch(97.9 11.7 142.6) |
| OKLCH | oklch(0.979 0.031 143.9) |
Copy-ready code
/* CSS */
color: #ecfeeb;
background-color: #ecfeeb;
/* Tailwind (arbitrary) */
class="text-[#ecfeeb] bg-[#ecfeeb]"
/* SCSS */
$brand: #ecfeeb;
/* SwiftUI */
Color(red: 0.925, green: 0.996, blue: 0.922)
/* Android */
Color.parseColor("#ecfeeb")Accessibility — WCAG contrast
Aa
#ecfeeb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfeeb on black: 19.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.6%
Blue92.2%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow7.5%
Key (black)0.4%
Color previews
#ecfeeb text on a black background
contrast 19.94:1
Card sample
#ecfeeb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfeeb;
Background color
Panel with #ecfeeb background
background-color: #ecfeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 254, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 254, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfeeb; background: linear-gradient(135deg, #ecfeeb, #EBFEF7);