#ecfee2
a pale, electric green · cool · closest name: beige
RGB
236, 254, 226
HSL
99°, 93%, 94%
CMYK
7, 0, 11, 0
Luminance
0.9421
Every format
| HEX | #ecfee2 |
| RGB | rgb(236, 254, 226) |
| HSL | hsl(99, 93%, 94%) |
| CMYK | cmyk(7%, 0%, 11%, 0%) |
| LAB | lab(97.7 -10.8 11.4) |
| LCH | lch(97.7 15.7 133.4) |
| OKLCH | oklch(0.976 0.041 134.2) |
Copy-ready code
/* CSS */
color: #ecfee2;
background-color: #ecfee2;
/* Tailwind (arbitrary) */
class="text-[#ecfee2] bg-[#ecfee2]"
/* SCSS */
$brand: #ecfee2;
/* SwiftUI */
Color(red: 0.925, green: 0.996, blue: 0.886)
/* Android */
Color.parseColor("#ecfee2")Accessibility — WCAG contrast
Aa
#ecfee2 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfee2 on black: 19.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.6%
Blue88.6%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow11.0%
Key (black)0.4%
Color previews
#ecfee2 text on a black background
contrast 19.84:1
Card sample
#ecfee2 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfee2;
Background color
Panel with #ecfee2 background
background-color: #ecfee2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfee2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 254, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 254, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfee2; background: linear-gradient(135deg, #ecfee2, #E2FEEB);