#7fc62f
a balanced, vivid green · cool · closest name: olivedrab
RGB
127, 198, 47
HSL
88°, 62%, 48%
CMYK
36, 0, 76, 22
Luminance
0.4511
Every format
| HEX | #7fc62f |
| RGB | rgb(127, 198, 47) |
| HSL | hsl(88, 62%, 48%) |
| CMYK | cmyk(36%, 0%, 76%, 22%) |
| LAB | lab(73.0 -45.1 63.6) |
| LCH | lch(73.0 78.0 125.3) |
| OKLCH | oklch(0.752 0.190 132.0) |
Copy-ready code
/* CSS */
color: #7fc62f;
background-color: #7fc62f;
/* Tailwind (arbitrary) */
class="text-[#7fc62f] bg-[#7fc62f]"
/* SCSS */
$brand: #7fc62f;
/* SwiftUI */
Color(red: 0.498, green: 0.776, blue: 0.184)
/* Android */
Color.parseColor("#7fc62f")Accessibility — WCAG contrast
Aa
#7fc62f on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fc62f on black: 10.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green77.6%
Blue18.4%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow76.3%
Key (black)22.4%
Color previews
#7fc62f text on a black background
contrast 10.02:1
Card sample
#7fc62f text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fc62f;
Background color
Panel with #7fc62f background
background-color: #7fc62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fc62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 198, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 198, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fc62f; background: linear-gradient(135deg, #7fc62f, #2FC644);