#ecfcb2
a light, electric green · cool · closest name: khaki
RGB
236, 252, 178
HSL
73°, 93%, 84%
CMYK
6, 0, 29, 1
Luminance
0.9067
Every format
| HEX | #ecfcb2 |
| RGB | rgb(236, 252, 178) |
| HSL | hsl(73, 93%, 84%) |
| CMYK | cmyk(6%, 0%, 29%, 1%) |
| LAB | lab(96.3 -16.9 33.8) |
| LCH | lch(96.3 37.8 116.6) |
| OKLCH | oklch(0.962 0.096 118.2) |
Copy-ready code
/* CSS */
color: #ecfcb2;
background-color: #ecfcb2;
/* Tailwind (arbitrary) */
class="text-[#ecfcb2] bg-[#ecfcb2]"
/* SCSS */
$brand: #ecfcb2;
/* SwiftUI */
Color(red: 0.925, green: 0.988, blue: 0.698)
/* Android */
Color.parseColor("#ecfcb2")Accessibility — WCAG contrast
Aa
#ecfcb2 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfcb2 on black: 19.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green98.8%
Blue69.8%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow29.4%
Key (black)1.2%
Color previews
#ecfcb2 text on a black background
contrast 19.13:1
Card sample
#ecfcb2 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfcb2;
Background color
Panel with #ecfcb2 background
background-color: #ecfcb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfcb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 252, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 252, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfcb2; background: linear-gradient(135deg, #ecfcb2, #BBFCB2);