#3fd970
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 217, 112
HSL
139°, 67%, 55%
CMYK
71, 0, 48, 15
Luminance
0.5185
Every format
| HEX | #3fd970 |
| RGB | rgb(63, 217, 112) |
| HSL | hsl(139, 67%, 55%) |
| CMYK | cmyk(71%, 0%, 48%, 15%) |
| LAB | lab(77.2 -62.1 40.3) |
| LCH | lch(77.2 74.0 147.0) |
| OKLCH | oklch(0.782 0.194 149.6) |
Copy-ready code
/* CSS */
color: #3fd970;
background-color: #3fd970;
/* Tailwind (arbitrary) */
class="text-[#3fd970] bg-[#3fd970]"
/* SCSS */
$brand: #3fd970;
/* SwiftUI */
Color(red: 0.247, green: 0.851, blue: 0.439)
/* Android */
Color.parseColor("#3fd970")Accessibility — WCAG contrast
Aa
#3fd970 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd970 on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green85.1%
Blue43.9%
CMYK percentages
Cyan71.0%
Magenta0.0%
Yellow48.4%
Key (black)14.9%
Color previews
#3fd970 text on a black background
contrast 11.37:1
Card sample
#3fd970 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd970;
Background color
Panel with #3fd970 background
background-color: #3fd970;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd970;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 217, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 217, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd970; background: linear-gradient(135deg, #3fd970, #3FD9D7);