#7fc44f
a balanced, vivid green · cool · closest name: olivedrab
RGB
127, 196, 79
HSL
95°, 50%, 54%
CMYK
35, 0, 60, 23
Luminance
0.4456
Every format
| HEX | #7fc44f |
| RGB | rgb(127, 196, 79) |
| HSL | hsl(95, 50%, 54%) |
| CMYK | cmyk(35%, 0%, 60%, 23%) |
| LAB | lab(72.6 -41.8 50.8) |
| LCH | lch(72.6 65.8 129.5) |
| OKLCH | oklch(0.750 0.166 134.4) |
Copy-ready code
/* CSS */
color: #7fc44f;
background-color: #7fc44f;
/* Tailwind (arbitrary) */
class="text-[#7fc44f] bg-[#7fc44f]"
/* SCSS */
$brand: #7fc44f;
/* SwiftUI */
Color(red: 0.498, green: 0.769, blue: 0.310)
/* Android */
Color.parseColor("#7fc44f")Accessibility — WCAG contrast
Aa
#7fc44f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fc44f on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green76.9%
Blue31.0%
CMYK percentages
Cyan35.2%
Magenta0.0%
Yellow59.7%
Key (black)23.1%
Color previews
#7fc44f text on a black background
contrast 9.91:1
Card sample
#7fc44f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fc44f;
Background color
Panel with #7fc44f background
background-color: #7fc44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fc44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 196, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 196, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fc44f; background: linear-gradient(135deg, #7fc44f, #4FC46D);