#2cd780
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 215, 128
HSL
150°, 68%, 51%
CMYK
80, 0, 41, 16
Luminance
0.5069
Every format
| HEX | #2cd780 |
| RGB | rgb(44, 215, 128) |
| HSL | hsl(150, 68%, 51%) |
| CMYK | cmyk(80%, 0%, 41%, 16%) |
| LAB | lab(76.5 -61.2 31.3) |
| LCH | lch(76.5 68.7 152.9) |
| OKLCH | oklch(0.776 0.182 154.7) |
Copy-ready code
/* CSS */
color: #2cd780;
background-color: #2cd780;
/* Tailwind (arbitrary) */
class="text-[#2cd780] bg-[#2cd780]"
/* SCSS */
$brand: #2cd780;
/* SwiftUI */
Color(red: 0.173, green: 0.843, blue: 0.502)
/* Android */
Color.parseColor("#2cd780")Accessibility — WCAG contrast
Aa
#2cd780 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd780 on black: 11.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green84.3%
Blue50.2%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow40.5%
Key (black)15.7%
Color previews
#2cd780 text on a black background
contrast 11.14:1
Card sample
#2cd780 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd780;
Background color
Panel with #2cd780 background
background-color: #2cd780;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd780;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 215, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 215, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd780; background: linear-gradient(135deg, #2cd780, #2CBCD7);