#9cf570
a light, electric green · cool · closest name: forestgreen
RGB
156, 245, 112
HSL
100°, 87%, 70%
CMYK
36, 0, 54, 4
Luminance
0.7354
Every format
| HEX | #9cf570 |
| RGB | rgb(156, 245, 112) |
| HSL | hsl(100, 87%, 70%) |
| CMYK | cmyk(36%, 0%, 54%, 4%) |
| LAB | lab(88.7 -49.6 55.0) |
| LCH | lch(88.7 74.1 132.1) |
| OKLCH | oklch(0.886 0.189 136.4) |
Copy-ready code
/* CSS */
color: #9cf570;
background-color: #9cf570;
/* Tailwind (arbitrary) */
class="text-[#9cf570] bg-[#9cf570]"
/* SCSS */
$brand: #9cf570;
/* SwiftUI */
Color(red: 0.612, green: 0.961, blue: 0.439)
/* Android */
Color.parseColor("#9cf570")Accessibility — WCAG contrast
Aa
#9cf570 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cf570 on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green96.1%
Blue43.9%
CMYK percentages
Cyan36.3%
Magenta0.0%
Yellow54.3%
Key (black)3.9%
Color previews
#9cf570 text on a black background
contrast 15.71:1
Card sample
#9cf570 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cf570;
Background color
Panel with #9cf570 background
background-color: #9cf570;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cf570;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 245, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 245, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cf570; background: linear-gradient(135deg, #9cf570, #70F59D);