#2cdc5d
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 220, 93
HSL
137°, 72%, 52%
CMYK
80, 0, 58, 14
Luminance
0.5251
Every format
| HEX | #2cdc5d |
| RGB | rgb(44, 220, 93) |
| HSL | hsl(137, 72%, 52%) |
| CMYK | cmyk(80%, 0%, 58%, 14%) |
| LAB | lab(77.6 -68.3 49.6) |
| LCH | lch(77.6 84.4 144.0) |
| OKLCH | oklch(0.784 0.218 147.3) |
Copy-ready code
/* CSS */
color: #2cdc5d;
background-color: #2cdc5d;
/* Tailwind (arbitrary) */
class="text-[#2cdc5d] bg-[#2cdc5d]"
/* SCSS */
$brand: #2cdc5d;
/* SwiftUI */
Color(red: 0.173, green: 0.863, blue: 0.365)
/* Android */
Color.parseColor("#2cdc5d")Accessibility — WCAG contrast
Aa
#2cdc5d on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cdc5d on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green86.3%
Blue36.5%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow57.7%
Key (black)13.7%
Color previews
#2cdc5d text on a black background
contrast 11.50:1
Card sample
#2cdc5d text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cdc5d;
Background color
Panel with #2cdc5d background
background-color: #2cdc5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cdc5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 220, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 220, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cdc5d; background: linear-gradient(135deg, #2cdc5d, #2CDCD2);