#3cd75f
a balanced, vivid green · cool · closest name: forestgreen
RGB
60, 215, 95
HSL
134°, 66%, 54%
CMYK
72, 0, 56, 16
Luminance
0.5039
Every format
| HEX | #3cd75f |
| RGB | rgb(60, 215, 95) |
| HSL | hsl(134, 66%, 54%) |
| CMYK | cmyk(72%, 0%, 56%, 16%) |
| LAB | lab(76.3 -64.3 47.3) |
| LCH | lch(76.3 79.8 143.7) |
| OKLCH | oklch(0.774 0.206 147.0) |
Copy-ready code
/* CSS */
color: #3cd75f;
background-color: #3cd75f;
/* Tailwind (arbitrary) */
class="text-[#3cd75f] bg-[#3cd75f]"
/* SCSS */
$brand: #3cd75f;
/* SwiftUI */
Color(red: 0.235, green: 0.843, blue: 0.373)
/* Android */
Color.parseColor("#3cd75f")Accessibility — WCAG contrast
Aa
#3cd75f on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd75f on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.3%
Blue37.3%
CMYK percentages
Cyan72.1%
Magenta0.0%
Yellow55.8%
Key (black)15.7%
Color previews
#3cd75f text on a black background
contrast 11.08:1
Card sample
#3cd75f text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd75f;
Background color
Panel with #3cd75f background
background-color: #3cd75f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd75f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 215, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 215, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd75f; background: linear-gradient(135deg, #3cd75f, #3CD7C6);