#2cd787
a balanced, vivid green · cool · closest name: aquamarine
RGB
44, 215, 135
HSL
152°, 68%, 51%
CMYK
80, 0, 37, 16
Luminance
0.5089
Every format
| HEX | #2cd787 |
| RGB | rgb(44, 215, 135) |
| HSL | hsl(152, 68%, 51%) |
| CMYK | cmyk(80%, 0%, 37%, 16%) |
| LAB | lab(76.6 -59.8 27.9) |
| LCH | lch(76.6 66.0 155.0) |
| OKLCH | oklch(0.778 0.176 156.6) |
Copy-ready code
/* CSS */
color: #2cd787;
background-color: #2cd787;
/* Tailwind (arbitrary) */
class="text-[#2cd787] bg-[#2cd787]"
/* SCSS */
$brand: #2cd787;
/* SwiftUI */
Color(red: 0.173, green: 0.843, blue: 0.529)
/* Android */
Color.parseColor("#2cd787")Accessibility — WCAG contrast
Aa
#2cd787 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd787 on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green84.3%
Blue52.9%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow37.2%
Key (black)15.7%
Color previews
#2cd787 text on a black background
contrast 11.18:1
Card sample
#2cd787 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd787;
Background color
Panel with #2cd787 background
background-color: #2cd787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 215, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 215, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd787; background: linear-gradient(135deg, #2cd787, #2CB5D7);