#7fd72f
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 215, 47
HSL
91°, 68%, 51%
CMYK
41, 0, 78, 16
Luminance
0.5332
Every format
| HEX | #7fd72f |
| RGB | rgb(127, 215, 47) |
| HSL | hsl(91, 68%, 51%) |
| CMYK | cmyk(41%, 0%, 78%, 16%) |
| LAB | lab(78.1 -52.0 68.4) |
| LCH | lch(78.1 86.0 127.2) |
| OKLCH | oklch(0.793 0.210 134.0) |
Copy-ready code
/* CSS */
color: #7fd72f;
background-color: #7fd72f;
/* Tailwind (arbitrary) */
class="text-[#7fd72f] bg-[#7fd72f]"
/* SCSS */
$brand: #7fd72f;
/* SwiftUI */
Color(red: 0.498, green: 0.843, blue: 0.184)
/* Android */
Color.parseColor("#7fd72f")Accessibility — WCAG contrast
Aa
#7fd72f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd72f on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green84.3%
Blue18.4%
CMYK percentages
Cyan40.9%
Magenta0.0%
Yellow78.1%
Key (black)15.7%
Color previews
#7fd72f text on a black background
contrast 11.66:1
Card sample
#7fd72f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd72f;
Background color
Panel with #7fd72f background
background-color: #7fd72f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd72f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 215, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 215, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd72f; background: linear-gradient(135deg, #7fd72f, #2FD74F);