#7fd80c
a dark, electric green · cool · closest name: lime
RGB
127, 216, 12
HSL
86°, 90%, 45%
CMYK
41, 0, 94, 15
Luminance
0.5365
Every format
| HEX | #7fd80c |
| RGB | rgb(127, 216, 12) |
| HSL | hsl(86, 90%, 45%) |
| CMYK | cmyk(41%, 0%, 94%, 15%) |
| LAB | lab(78.3 -53.5 75.6) |
| LCH | lch(78.3 92.6 125.3) |
| OKLCH | oklch(0.795 0.222 133.1) |
Copy-ready code
/* CSS */
color: #7fd80c;
background-color: #7fd80c;
/* Tailwind (arbitrary) */
class="text-[#7fd80c] bg-[#7fd80c]"
/* SCSS */
$brand: #7fd80c;
/* SwiftUI */
Color(red: 0.498, green: 0.847, blue: 0.047)
/* Android */
Color.parseColor("#7fd80c")Accessibility — WCAG contrast
Aa
#7fd80c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd80c on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.7%
Blue4.7%
CMYK percentages
Cyan41.2%
Magenta0.0%
Yellow94.4%
Key (black)15.3%
Color previews
#7fd80c text on a black background
contrast 11.73:1
Card sample
#7fd80c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd80c;
Background color
Panel with #7fd80c background
background-color: #7fd80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 216, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 216, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd80c; background: linear-gradient(135deg, #7fd80c, #0CD821);