#7fd02f
a balanced, vivid green · cool · closest name: forestgreen
RGB
127, 208, 47
HSL
90°, 63%, 50%
CMYK
39, 0, 77, 18
Luminance
0.4983
Every format
| HEX | #7fd02f |
| RGB | rgb(127, 208, 47) |
| HSL | hsl(90, 63%, 50%) |
| CMYK | cmyk(39%, 0%, 77%, 18%) |
| LAB | lab(76.0 -49.2 66.5) |
| LCH | lch(76.0 82.7 126.5) |
| OKLCH | oklch(0.776 0.202 133.3) |
Copy-ready code
/* CSS */
color: #7fd02f;
background-color: #7fd02f;
/* Tailwind (arbitrary) */
class="text-[#7fd02f] bg-[#7fd02f]"
/* SCSS */
$brand: #7fd02f;
/* SwiftUI */
Color(red: 0.498, green: 0.816, blue: 0.184)
/* Android */
Color.parseColor("#7fd02f")Accessibility — WCAG contrast
Aa
#7fd02f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fd02f on black: 10.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green81.6%
Blue18.4%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow77.4%
Key (black)18.4%
Color previews
#7fd02f text on a black background
contrast 10.97:1
Card sample
#7fd02f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fd02f;
Background color
Panel with #7fd02f background
background-color: #7fd02f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fd02f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 208, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 208, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fd02f; background: linear-gradient(135deg, #7fd02f, #2FD04A);