#7fcc56
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 204, 86
HSL
99°, 54%, 57%
CMYK
38, 0, 58, 20
Luminance
0.4837
Every format
| HEX | #7fcc56 |
| RGB | rgb(127, 204, 86) |
| HSL | hsl(99, 54%, 57%) |
| CMYK | cmyk(38%, 0%, 58%, 20%) |
| LAB | lab(75.1 -44.6 50.5) |
| LCH | lch(75.1 67.3 131.4) |
| OKLCH | oklch(0.770 0.171 136.1) |
Copy-ready code
/* CSS */
color: #7fcc56;
background-color: #7fcc56;
/* Tailwind (arbitrary) */
class="text-[#7fcc56] bg-[#7fcc56]"
/* SCSS */
$brand: #7fcc56;
/* SwiftUI */
Color(red: 0.498, green: 0.800, blue: 0.337)
/* Android */
Color.parseColor("#7fcc56")Accessibility — WCAG contrast
Aa
#7fcc56 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fcc56 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green80.0%
Blue33.7%
CMYK percentages
Cyan37.7%
Magenta0.0%
Yellow57.8%
Key (black)20.0%
Color previews
#7fcc56 text on a black background
contrast 10.67:1
Card sample
#7fcc56 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fcc56;
Background color
Panel with #7fcc56 background
background-color: #7fcc56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fcc56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 204, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 204, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fcc56; background: linear-gradient(135deg, #7fcc56, #56CC7C);