#7fd76c
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 215, 108
HSL
109°, 57%, 63%
CMYK
41, 0, 50, 16
Luminance
0.5420
Every format
| HEX | #7fd76c |
| RGB | rgb(127, 215, 108) |
| HSL | hsl(109, 57%, 63%) |
| CMYK | cmyk(41%, 0%, 50%, 16%) |
| LAB | lab(78.6 -46.7 44.4) |
| LCH | lch(78.6 64.4 136.5) |
| OKLCH | oklch(0.799 0.167 140.1) |
Copy-ready code
/* CSS */
color: #7fd76c;
background-color: #7fd76c;
/* Tailwind (arbitrary) */
class="text-[#7fd76c] bg-[#7fd76c]"
/* SCSS */
$brand: #7fd76c;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.424)
/* Android */
Color.parseColor("#7fd76c")Accessibility — WCAG contrast
Aa
#7fd76c on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd76c on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue42.4%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow49.8%
Key (black)15.7%
Color previews
#7fd76c text on a black background
contrast 11.84:1
Card sample
#7fd76c text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd76c;
Background color
Panel with #7fd76c background
background-color: #7fd76c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd76c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd76c; background: linear-gradient(135deg, #7fd76c, #6CD7A0);