#9df37c
a light, electric green · cool · closest name: forestgreen
RGB
157, 243, 124
HSL
103°, 83%, 72%
CMYK
35, 0, 49, 5
Luminance
0.7272
Every format
| HEX | #9df37c |
| RGB | rgb(157, 243, 124) |
| HSL | hsl(103, 83%, 72%) |
| CMYK | cmyk(35%, 0%, 49%, 5%) |
| LAB | lab(88.3 -47.1 49.0) |
| LCH | lch(88.3 68.0 133.9) |
| OKLCH | oklch(0.883 0.175 137.7) |
Copy-ready code
/* CSS */
color: #9df37c;
background-color: #9df37c;
/* Tailwind (arbitrary) */
class="text-[#9df37c] bg-[#9df37c]"
/* SCSS */
$brand: #9df37c;
/* SwiftUI */
Color(red: 0.616, green: 0.953, blue: 0.486)
/* Android */
Color.parseColor("#9df37c")Accessibility — WCAG contrast
Aa
#9df37c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9df37c on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.6%
Green95.3%
Blue48.6%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow49.0%
Key (black)4.7%
Color previews
#9df37c text on a black background
contrast 15.54:1
Card sample
#9df37c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9df37c;
Background color
Panel with #9df37c background
background-color: #9df37c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9df37c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(157, 243, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(157, 243, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9df37c; background: linear-gradient(135deg, #9df37c, #7CF3AB);