#9cff70
a light, electric green · cool · closest name: lime
RGB
156, 255, 112
HSL
102°, 100%, 72%
CMYK
39, 0, 56, 0
Luminance
0.7976
Every format
| HEX | #9cff70 |
| RGB | rgb(156, 255, 112) |
| HSL | hsl(102, 100%, 72%) |
| CMYK | cmyk(39%, 0%, 56%, 0%) |
| LAB | lab(91.6 -53.7 58.4) |
| LCH | lch(91.6 79.3 132.6) |
| OKLCH | oklch(0.909 0.202 137.1) |
Copy-ready code
/* CSS */
color: #9cff70;
background-color: #9cff70;
/* Tailwind (arbitrary) */
class="text-[#9cff70] bg-[#9cff70]"
/* SCSS */
$brand: #9cff70;
/* SwiftUI */
Color(red: 0.612, green: 1.000, blue: 0.439)
/* Android */
Color.parseColor("#9cff70")Accessibility — WCAG contrast
Aa
#9cff70 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#9cff70 on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red61.2%
Green100.0%
Blue43.9%
CMYK percentages
Cyan38.8%
Magenta0.0%
Yellow56.1%
Key (black)0.0%
Color previews
#9cff70 text on a black background
contrast 16.95:1
Card sample
#9cff70 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #9cff70;
Background color
Panel with #9cff70 background
background-color: #9cff70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #9cff70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(156, 255, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(156, 255, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #9cff70; background: linear-gradient(135deg, #9cff70, #70FFA3);