#ecfe9b
a light, electric green · cool · closest name: khaki
RGB
236, 254, 155
HSL
71°, 98%, 80%
CMYK
7, 0, 39, 0
Luminance
0.9108
Every format
| HEX | #ecfe9b |
| RGB | rgb(236, 254, 155) |
| HSL | hsl(71, 98%, 80%) |
| CMYK | cmyk(7%, 0%, 39%, 0%) |
| LAB | lab(96.4 -20.7 45.4) |
| LCH | lch(96.4 49.9 114.5) |
| OKLCH | oklch(0.962 0.125 117.2) |
Copy-ready code
/* CSS */
color: #ecfe9b;
background-color: #ecfe9b;
/* Tailwind (arbitrary) */
class="text-[#ecfe9b] bg-[#ecfe9b]"
/* SCSS */
$brand: #ecfe9b;
/* SwiftUI */
Color(red: 0.925, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#ecfe9b")Accessibility — WCAG contrast
Aa
#ecfe9b on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecfe9b on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green99.6%
Blue60.8%
CMYK percentages
Cyan7.1%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#ecfe9b text on a black background
contrast 19.22:1
Card sample
#ecfe9b text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecfe9b;
Background color
Panel with #ecfe9b background
background-color: #ecfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecfe9b; background: linear-gradient(135deg, #ecfe9b, #AAFE9B);