#ecfeb2
a light, electric green · cool · closest name: khaki
RGB
236, 254, 178
HSL
74°, 97%, 85%
CMYK
7, 0, 30, 0
Luminance
0.9193
Every format
| HEX | #ecfeb2 |
| RGB | rgb(236, 254, 178) |
| HSL | hsl(74, 97%, 85%) |
| CMYK | cmyk(7%, 0%, 30%, 0%) |
| LAB | lab(96.8 -17.9 34.5) |
| LCH | lch(96.8 38.9 117.5) |
| OKLCH | oklch(0.966 0.099 119.1) |
Copy-ready code
/* CSS */
color: #ecfeb2;
background-color: #ecfeb2;
/* Tailwind (arbitrary) */
class="text-[#ecfeb2] bg-[#ecfeb2]"
/* SCSS */
$brand: #ecfeb2;
/* SwiftUI */
Color(red: 0.925, green: 0.996, blue: 0.698)
/* Android */
Color.parseColor("#ecfeb2")Accessibility — WCAG contrast
Aa
#ecfeb2 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfeb2 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.6%
Blue69.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow29.9%
Key (black)0.4%
Color previews
#ecfeb2 text on a black background
contrast 19.39:1
Card sample
#ecfeb2 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfeb2;
Background color
Panel with #ecfeb2 background
background-color: #ecfeb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfeb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 254, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 254, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfeb2; background: linear-gradient(135deg, #ecfeb2, #B9FEB2);