#2cd77c
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 215, 124
HSL
148°, 68%, 51%
CMYK
80, 0, 42, 16
Luminance
0.5059
Every format
| HEX | #2cd77c |
| RGB | rgb(44, 215, 124) |
| HSL | hsl(148, 68%, 51%) |
| CMYK | cmyk(80%, 0%, 42%, 16%) |
| LAB | lab(76.4 -61.9 33.2) |
| LCH | lch(76.4 70.3 151.8) |
| OKLCH | oklch(0.776 0.186 153.7) |
Copy-ready code
/* CSS */
color: #2cd77c;
background-color: #2cd77c;
/* Tailwind (arbitrary) */
class="text-[#2cd77c] bg-[#2cd77c]"
/* SCSS */
$brand: #2cd77c;
/* SwiftUI */
Color(red: 0.173, green: 0.843, blue: 0.486)
/* Android */
Color.parseColor("#2cd77c")Accessibility — WCAG contrast
Aa
#2cd77c on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd77c on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green84.3%
Blue48.6%
CMYK percentages
Cyan79.5%
Magenta0.0%
Yellow42.3%
Key (black)15.7%
Color previews
#2cd77c text on a black background
contrast 11.12:1
Card sample
#2cd77c text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd77c;
Background color
Panel with #2cd77c background
background-color: #2cd77c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd77c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 215, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 215, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd77c; background: linear-gradient(135deg, #2cd77c, #2CC0D7);