#3fc565
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 197, 101
HSL
137°, 54%, 51%
CMYK
68, 0, 49, 23
Luminance
0.4193
Every format
| HEX | #3fc565 |
| RGB | rgb(63, 197, 101) |
| HSL | hsl(137, 54%, 51%) |
| CMYK | cmyk(68%, 0%, 49%, 23%) |
| LAB | lab(70.8 -56.6 37.7) |
| LCH | lch(70.8 68.0 146.3) |
| OKLCH | oklch(0.729 0.178 149.0) |
Copy-ready code
/* CSS */
color: #3fc565;
background-color: #3fc565;
/* Tailwind (arbitrary) */
class="text-[#3fc565] bg-[#3fc565]"
/* SCSS */
$brand: #3fc565;
/* SwiftUI */
Color(red: 0.247, green: 0.773, blue: 0.396)
/* Android */
Color.parseColor("#3fc565")Accessibility — WCAG contrast
Aa
#3fc565 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc565 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green77.3%
Blue39.6%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow48.7%
Key (black)22.7%
Color previews
#3fc565 text on a black background
contrast 9.39:1
Card sample
#3fc565 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc565;
Background color
Panel with #3fc565 background
background-color: #3fc565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 197, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 197, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc565; background: linear-gradient(135deg, #3fc565, #3FC5BE);