#2cd37d
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 211, 125
HSL
149°, 66%, 50%
CMYK
79, 0, 41, 17
Luminance
0.4860
Every format
| HEX | #2cd37d |
| RGB | rgb(44, 211, 125) |
| HSL | hsl(149, 66%, 50%) |
| CMYK | cmyk(79%, 0%, 41%, 17%) |
| LAB | lab(75.2 -60.3 31.1) |
| LCH | lch(75.2 67.9 152.7) |
| OKLCH | oklch(0.766 0.180 154.5) |
Copy-ready code
/* CSS */
color: #2cd37d;
background-color: #2cd37d;
/* Tailwind (arbitrary) */
class="text-[#2cd37d] bg-[#2cd37d]"
/* SCSS */
$brand: #2cd37d;
/* SwiftUI */
Color(red: 0.173, green: 0.827, blue: 0.490)
/* Android */
Color.parseColor("#2cd37d")Accessibility — WCAG contrast
Aa
#2cd37d on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd37d on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green82.7%
Blue49.0%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow40.8%
Key (black)17.3%
Color previews
#2cd37d text on a black background
contrast 10.72:1
Card sample
#2cd37d text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd37d;
Background color
Panel with #2cd37d background
background-color: #2cd37d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd37d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 211, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 211, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd37d; background: linear-gradient(135deg, #2cd37d, #2CBAD3);