#9df67c
a light, electric green · cool · closest name: forestgreen
RGB
157, 246, 124
HSL
104°, 87%, 73%
CMYK
36, 0, 50, 4
Luminance
0.7453
Every format
| HEX | #9df67c |
| RGB | rgb(157, 246, 124) |
| HSL | hsl(104, 87%, 73%) |
| CMYK | cmyk(36%, 0%, 50%, 4%) |
| LAB | lab(89.2 -48.4 50.1) |
| LCH | lch(89.2 69.6 134.0) |
| OKLCH | oklch(0.890 0.179 137.9) |
Copy-ready code
/* CSS */
color: #9df67c;
background-color: #9df67c;
/* Tailwind (arbitrary) */
class="text-[#9df67c] bg-[#9df67c]"
/* SCSS */
$brand: #9df67c;
/* SwiftUI */
Color(red: 0.616, green: 0.965, blue: 0.486)
/* Android */
Color.parseColor("#9df67c")Accessibility — WCAG contrast
Aa
#9df67c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df67c on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green96.5%
Blue48.6%
CMYK percentages
Cyan36.2%
Magenta0.0%
Yellow49.6%
Key (black)3.5%
Color previews
#9df67c text on a black background
contrast 15.91:1
Card sample
#9df67c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df67c;
Background color
Panel with #9df67c background
background-color: #9df67c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df67c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 246, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 246, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df67c; background: linear-gradient(135deg, #9df67c, #7CF6AC);