#3cca71
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 202, 113
HSL
142°, 57%, 51%
CMYK
70, 0, 44, 21
Luminance
0.4439
Every format
| HEX | #3cca71 |
| RGB | rgb(60, 202, 113) |
| HSL | hsl(142, 57%, 51%) |
| CMYK | cmyk(70%, 0%, 44%, 21%) |
| LAB | lab(72.5 -57.0 33.8) |
| LCH | lch(72.5 66.3 149.4) |
| OKLCH | oklch(0.744 0.175 151.6) |
Copy-ready code
/* CSS */
color: #3cca71;
background-color: #3cca71;
/* Tailwind (arbitrary) */
class="text-[#3cca71] bg-[#3cca71]"
/* SCSS */
$brand: #3cca71;
/* SwiftUI */
Color(red: 0.235, green: 0.792, blue: 0.443)
/* Android */
Color.parseColor("#3cca71")Accessibility — WCAG contrast
Aa
#3cca71 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cca71 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green79.2%
Blue44.3%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow44.1%
Key (black)20.8%
Color previews
#3cca71 text on a black background
contrast 9.88:1
Card sample
#3cca71 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cca71;
Background color
Panel with #3cca71 background
background-color: #3cca71;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cca71;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 202, 113, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 202, 113, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cca71; background: linear-gradient(135deg, #3cca71, #3CC4CA);