#3fc55c
a balanced, vivid green · cool · closest name: forestgreen
RGB
63, 197, 92
HSL
133°, 54%, 51%
CMYK
68, 0, 53, 23
Luminance
0.4176
Every format
| HEX | #3fc55c |
| RGB | rgb(63, 197, 92) |
| HSL | hsl(133, 54%, 51%) |
| CMYK | cmyk(68%, 0%, 53%, 23%) |
| LAB | lab(70.7 -57.9 42.0) |
| LCH | lch(70.7 71.5 144.1) |
| OKLCH | oklch(0.728 0.186 147.2) |
Copy-ready code
/* CSS */
color: #3fc55c;
background-color: #3fc55c;
/* Tailwind (arbitrary) */
class="text-[#3fc55c] bg-[#3fc55c]"
/* SCSS */
$brand: #3fc55c;
/* SwiftUI */
Color(red: 0.247, green: 0.773, blue: 0.361)
/* Android */
Color.parseColor("#3fc55c")Accessibility — WCAG contrast
Aa
#3fc55c on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3fc55c on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green77.3%
Blue36.1%
CMYK percentages
Cyan68.0%
Magenta0.0%
Yellow53.3%
Key (black)22.7%
Color previews
#3fc55c text on a black background
contrast 9.35:1
Card sample
#3fc55c text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3fc55c;
Background color
Panel with #3fc55c background
background-color: #3fc55c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3fc55c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 197, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 197, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3fc55c; background: linear-gradient(135deg, #3fc55c, #3FC5B5);