#4fd970
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 217, 112
HSL
134°, 65%, 58%
CMYK
64, 0, 48, 15
Luminance
0.5246
Every format
| HEX | #4fd970 |
| RGB | rgb(79, 217, 112) |
| HSL | hsl(134, 65%, 58%) |
| CMYK | cmyk(64%, 0%, 48%, 15%) |
| LAB | lab(77.5 -59.2 40.8) |
| LCH | lch(77.5 71.9 145.4) |
| OKLCH | oklch(0.786 0.188 148.2) |
Copy-ready code
/* CSS */
color: #4fd970;
background-color: #4fd970;
/* Tailwind (arbitrary) */
class="text-[#4fd970] bg-[#4fd970]"
/* SCSS */
$brand: #4fd970;
/* SwiftUI */
Color(red: 0.310, green: 0.851, blue: 0.439)
/* Android */
Color.parseColor("#4fd970")Accessibility — WCAG contrast
Aa
#4fd970 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd970 on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.1%
Blue43.9%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow48.4%
Key (black)14.9%
Color previews
#4fd970 text on a black background
contrast 11.49:1
Card sample
#4fd970 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd970;
Background color
Panel with #4fd970 background
background-color: #4fd970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 217, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 217, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd970; background: linear-gradient(135deg, #4fd970, #4FD9CC);