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