#2cd982
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 217, 130
HSL
150°, 70%, 51%
CMYK
80, 0, 40, 15
Luminance
0.5177
Every format
| HEX | #2cd982 |
| RGB | rgb(44, 217, 130) |
| HSL | hsl(150, 70%, 51%) |
| CMYK | cmyk(80%, 0%, 40%, 15%) |
| LAB | lab(77.1 -61.5 31.1) |
| LCH | lch(77.1 68.9 153.2) |
| OKLCH | oklch(0.782 0.183 154.9) |
Copy-ready code
/* CSS */
color: #2cd982;
background-color: #2cd982;
/* Tailwind (arbitrary) */
class="text-[#2cd982] bg-[#2cd982]"
/* SCSS */
$brand: #2cd982;
/* SwiftUI */
Color(red: 0.173, green: 0.851, blue: 0.510)
/* Android */
Color.parseColor("#2cd982")Accessibility — WCAG contrast
Aa
#2cd982 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd982 on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green85.1%
Blue51.0%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow40.1%
Key (black)14.9%
Color previews
#2cd982 text on a black background
contrast 11.35:1
Card sample
#2cd982 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd982;
Background color
Panel with #2cd982 background
background-color: #2cd982;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd982;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 217, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 217, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd982; background: linear-gradient(135deg, #2cd982, #2CBDD9);