#3fd56f
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 213, 111
HSL
139°, 64%, 54%
CMYK
70, 0, 48, 17
Luminance
0.4979
Every format
| HEX | #3fd56f |
| RGB | rgb(63, 213, 111) |
| HSL | hsl(139, 64%, 54%) |
| CMYK | cmyk(70%, 0%, 48%, 17%) |
| LAB | lab(75.9 -60.8 39.2) |
| LCH | lch(75.9 72.3 147.2) |
| OKLCH | oklch(0.772 0.190 149.7) |
Copy-ready code
/* CSS */
color: #3fd56f;
background-color: #3fd56f;
/* Tailwind (arbitrary) */
class="text-[#3fd56f] bg-[#3fd56f]"
/* SCSS */
$brand: #3fd56f;
/* SwiftUI */
Color(red: 0.247, green: 0.835, blue: 0.435)
/* Android */
Color.parseColor("#3fd56f")Accessibility — WCAG contrast
Aa
#3fd56f on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd56f on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.5%
Blue43.5%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow47.9%
Key (black)16.5%
Color previews
#3fd56f text on a black background
contrast 10.96:1
Card sample
#3fd56f text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd56f;
Background color
Panel with #3fd56f background
background-color: #3fd56f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd56f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 213, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 213, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd56f; background: linear-gradient(135deg, #3fd56f, #3FD5D3);