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