#3cd577
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 213, 119
HSL
143°, 65%, 54%
CMYK
72, 0, 44, 17
Luminance
0.4988
Every format
| HEX | #3cd577 |
| RGB | rgb(60, 213, 119) |
| HSL | hsl(143, 65%, 54%) |
| CMYK | cmyk(72%, 0%, 44%, 17%) |
| LAB | lab(76.0 -60.0 35.3) |
| LCH | lch(76.0 69.6 149.6) |
| OKLCH | oklch(0.773 0.183 151.7) |
Copy-ready code
/* CSS */
color: #3cd577;
background-color: #3cd577;
/* Tailwind (arbitrary) */
class="text-[#3cd577] bg-[#3cd577]"
/* SCSS */
$brand: #3cd577;
/* SwiftUI */
Color(red: 0.235, green: 0.835, blue: 0.467)
/* Android */
Color.parseColor("#3cd577")Accessibility — WCAG contrast
Aa
#3cd577 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd577 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.5%
Blue46.7%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow44.1%
Key (black)16.5%
Color previews
#3cd577 text on a black background
contrast 10.98:1
Card sample
#3cd577 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd577;
Background color
Panel with #3cd577 background
background-color: #3cd577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 213, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 213, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd577; background: linear-gradient(135deg, #3cd577, #3CCDD5);