#9ecf7c
a balanced, vivid green · cool · closest name: khaki
RGB
158, 207, 124
HSL
95°, 46%, 65%
CMYK
24, 0, 40, 19
Luminance
0.5335
Every format
| HEX | #9ecf7c |
| RGB | rgb(158, 207, 124) |
| HSL | hsl(95, 46%, 65%) |
| CMYK | cmyk(24%, 0%, 40%, 19%) |
| LAB | lab(78.1 -30.7 36.2) |
| LCH | lch(78.1 47.4 130.3) |
| OKLCH | oklch(0.800 0.122 133.4) |
Copy-ready code
/* CSS */
color: #9ecf7c;
background-color: #9ecf7c;
/* Tailwind (arbitrary) */
class="text-[#9ecf7c] bg-[#9ecf7c]"
/* SCSS */
$brand: #9ecf7c;
/* SwiftUI */
Color(red: 0.620, green: 0.812, blue: 0.486)
/* Android */
Color.parseColor("#9ecf7c")Accessibility — WCAG contrast
Aa
#9ecf7c on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9ecf7c on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.0%
Green81.2%
Blue48.6%
CMYK percentages
Cyan23.7%
Magenta0.0%
Yellow40.1%
Key (black)18.8%
Color previews
#9ecf7c text on a black background
contrast 11.67:1
Card sample
#9ecf7c text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9ecf7c;
Background color
Panel with #9ecf7c background
background-color: #9ecf7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9ecf7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(158, 207, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(158, 207, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9ecf7c; background: linear-gradient(135deg, #9ecf7c, #7CCF91);