#3fd65c
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 214, 92
HSL
132°, 65%, 54%
CMYK
71, 0, 57, 16
Luminance
0.4992
Every format
| HEX | #3fd65c |
| RGB | rgb(63, 214, 92) |
| HSL | hsl(132, 65%, 54%) |
| CMYK | cmyk(71%, 0%, 57%, 16%) |
| LAB | lab(76.0 -63.8 48.3) |
| LCH | lch(76.0 80.1 142.9) |
| OKLCH | oklch(0.772 0.207 146.3) |
Copy-ready code
/* CSS */
color: #3fd65c;
background-color: #3fd65c;
/* Tailwind (arbitrary) */
class="text-[#3fd65c] bg-[#3fd65c]"
/* SCSS */
$brand: #3fd65c;
/* SwiftUI */
Color(red: 0.247, green: 0.839, blue: 0.361)
/* Android */
Color.parseColor("#3fd65c")Accessibility — WCAG contrast
Aa
#3fd65c on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fd65c on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green83.9%
Blue36.1%
CMYK percentages
Cyan70.6%
Magenta0.0%
Yellow57.0%
Key (black)16.1%
Color previews
#3fd65c text on a black background
contrast 10.98:1
Card sample
#3fd65c text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fd65c;
Background color
Panel with #3fd65c background
background-color: #3fd65c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fd65c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 214, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 214, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fd65c; background: linear-gradient(135deg, #3fd65c, #3FD6C1);