#3cd87f
a balanced, vivid green · cool · closest name: aquamarine
RGB
60, 216, 127
HSL
146°, 67%, 54%
CMYK
72, 0, 41, 15
Luminance
0.5160
Every format
| HEX | #3cd87f |
| RGB | rgb(60, 216, 127) |
| HSL | hsl(146, 67%, 54%) |
| CMYK | cmyk(72%, 0%, 41%, 15%) |
| LAB | lab(77.0 -59.7 32.6) |
| LCH | lch(77.0 68.0 151.4) |
| OKLCH | oklch(0.782 0.180 153.3) |
Copy-ready code
/* CSS */
color: #3cd87f;
background-color: #3cd87f;
/* Tailwind (arbitrary) */
class="text-[#3cd87f] bg-[#3cd87f]"
/* SCSS */
$brand: #3cd87f;
/* SwiftUI */
Color(red: 0.235, green: 0.847, blue: 0.498)
/* Android */
Color.parseColor("#3cd87f")Accessibility — WCAG contrast
Aa
#3cd87f on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd87f on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green84.7%
Blue49.8%
CMYK percentages
Cyan72.2%
Magenta0.0%
Yellow41.2%
Key (black)15.3%
Color previews
#3cd87f text on a black background
contrast 11.32:1
Card sample
#3cd87f text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd87f;
Background color
Panel with #3cd87f background
background-color: #3cd87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 216, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 216, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd87f; background: linear-gradient(135deg, #3cd87f, #3CC9D8);