#3cd68a
a balanced, vivid green · cool · closest name: aquamarine
RGB
60, 214, 138
HSL
150°, 65%, 54%
CMYK
72, 0, 36, 16
Luminance
0.5089
Every format
| HEX | #3cd68a |
| RGB | rgb(60, 214, 138) |
| HSL | hsl(150, 65%, 54%) |
| CMYK | cmyk(72%, 0%, 36%, 16%) |
| LAB | lab(76.6 -56.9 26.4) |
| LCH | lch(76.6 62.7 155.1) |
| OKLCH | oklch(0.779 0.168 156.7) |
Copy-ready code
/* CSS */
color: #3cd68a;
background-color: #3cd68a;
/* Tailwind (arbitrary) */
class="text-[#3cd68a] bg-[#3cd68a]"
/* SCSS */
$brand: #3cd68a;
/* SwiftUI */
Color(red: 0.235, green: 0.839, blue: 0.541)
/* Android */
Color.parseColor("#3cd68a")Accessibility — WCAG contrast
Aa
#3cd68a on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd68a on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.9%
Blue54.1%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow35.5%
Key (black)16.1%
Color previews
#3cd68a text on a black background
contrast 11.18:1
Card sample
#3cd68a text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd68a;
Background color
Panel with #3cd68a background
background-color: #3cd68a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd68a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 214, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 214, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd68a; background: linear-gradient(135deg, #3cd68a, #3CBBD6);