#7fd756
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 215, 86
HSL
101°, 62%, 59%
CMYK
41, 0, 60, 16
Luminance
0.5378
Every format
| HEX | #7fd756 |
| RGB | rgb(127, 215, 86) |
| HSL | hsl(101, 62%, 59%) |
| CMYK | cmyk(41%, 0%, 60%, 16%) |
| LAB | lab(78.3 -49.1 54.2) |
| LCH | lch(78.3 73.2 132.2) |
| OKLCH | oklch(0.797 0.186 137.0) |
Copy-ready code
/* CSS */
color: #7fd756;
background-color: #7fd756;
/* Tailwind (arbitrary) */
class="text-[#7fd756] bg-[#7fd756]"
/* SCSS */
$brand: #7fd756;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.337)
/* Android */
Color.parseColor("#7fd756")Accessibility — WCAG contrast
Aa
#7fd756 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd756 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue33.7%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow60.0%
Key (black)15.7%
Color previews
#7fd756 text on a black background
contrast 11.76:1
Card sample
#7fd756 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd756;
Background color
Panel with #7fd756 background
background-color: #7fd756;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd756;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd756; background: linear-gradient(135deg, #7fd756, #56D783);