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