#3cd593
a balanced, vivid green · cool · closest name: aquamarine
RGB
60, 213, 147
HSL
154°, 65%, 54%
CMYK
72, 0, 31, 17
Luminance
0.5066
Every format
| HEX | #3cd593 |
| RGB | rgb(60, 213, 147) |
| HSL | hsl(154, 65%, 54%) |
| CMYK | cmyk(72%, 0%, 31%, 17%) |
| LAB | lab(76.5 -54.7 21.5) |
| LCH | lch(76.5 58.8 158.6) |
| OKLCH | oklch(0.778 0.159 159.9) |
Copy-ready code
/* CSS */
color: #3cd593;
background-color: #3cd593;
/* Tailwind (arbitrary) */
class="text-[#3cd593] bg-[#3cd593]"
/* SCSS */
$brand: #3cd593;
/* SwiftUI */
Color(red: 0.235, green: 0.835, blue: 0.576)
/* Android */
Color.parseColor("#3cd593")Accessibility — WCAG contrast
Aa
#3cd593 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cd593 on black: 11.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green83.5%
Blue57.6%
CMYK percentages
Cyan71.8%
Magenta0.0%
Yellow31.0%
Key (black)16.5%
Color previews
#3cd593 text on a black background
contrast 11.13:1
Card sample
#3cd593 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cd593;
Background color
Panel with #3cd593 background
background-color: #3cd593;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cd593;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 213, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 213, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cd593; background: linear-gradient(135deg, #3cd593, #3CB1D5);