#3fd74f
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 215, 79
HSL
126°, 66%, 55%
CMYK
71, 0, 63, 16
Luminance
0.5022
Every format
| HEX | #3fd74f |
| RGB | rgb(63, 215, 79) |
| HSL | hsl(126, 66%, 55%) |
| CMYK | cmyk(71%, 0%, 63%, 16%) |
| LAB | lab(76.2 -65.7 54.3) |
| LCH | lch(76.2 85.2 140.4) |
| OKLCH | oklch(0.773 0.218 144.6) |
Copy-ready code
/* CSS */
color: #3fd74f;
background-color: #3fd74f;
/* Tailwind (arbitrary) */
class="text-[#3fd74f] bg-[#3fd74f]"
/* SCSS */
$brand: #3fd74f;
/* SwiftUI */
Color(red: 0.247, green: 0.843, blue: 0.310)
/* Android */
Color.parseColor("#3fd74f")Accessibility — WCAG contrast
Aa
#3fd74f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd74f on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green84.3%
Blue31.0%
CMYK percentages
Cyan70.7%
Magenta0.0%
Yellow63.3%
Key (black)15.7%
Color previews
#3fd74f text on a black background
contrast 11.04:1
Card sample
#3fd74f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd74f;
Background color
Panel with #3fd74f background
background-color: #3fd74f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd74f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 215, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 215, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd74f; background: linear-gradient(135deg, #3fd74f, #3FD7B4);