#3cd776
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 215, 118
HSL
143°, 66%, 54%
CMYK
72, 0, 45, 16
Luminance
0.5087
Every format
| HEX | #3cd776 |
| RGB | rgb(60, 215, 118) |
| HSL | hsl(143, 66%, 54%) |
| CMYK | cmyk(72%, 0%, 45%, 16%) |
| LAB | lab(76.6 -60.9 36.5) |
| LCH | lch(76.6 71.0 149.0) |
| OKLCH | oklch(0.778 0.187 151.3) |
Copy-ready code
/* CSS */
color: #3cd776;
background-color: #3cd776;
/* Tailwind (arbitrary) */
class="text-[#3cd776] bg-[#3cd776]"
/* SCSS */
$brand: #3cd776;
/* SwiftUI */
Color(red: 0.235, green: 0.843, blue: 0.463)
/* Android */
Color.parseColor("#3cd776")Accessibility — WCAG contrast
Aa
#3cd776 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd776 on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.3%
Blue46.3%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow45.1%
Key (black)15.7%
Color previews
#3cd776 text on a black background
contrast 11.17:1
Card sample
#3cd776 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd776;
Background color
Panel with #3cd776 background
background-color: #3cd776;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd776;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 215, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 215, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd776; background: linear-gradient(135deg, #3cd776, #3CD1D7);