#2cd65b
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 214, 91
HSL
137°, 68%, 51%
CMYK
79, 0, 58, 16
Luminance
0.4938
Every format
| HEX | #2cd65b |
| RGB | rgb(44, 214, 91) |
| HSL | hsl(137, 68%, 51%) |
| CMYK | cmyk(79%, 0%, 58%, 16%) |
| LAB | lab(75.7 -66.6 48.3) |
| LCH | lch(75.7 82.3 144.1) |
| OKLCH | oklch(0.768 0.213 147.4) |
Copy-ready code
/* CSS */
color: #2cd65b;
background-color: #2cd65b;
/* Tailwind (arbitrary) */
class="text-[#2cd65b] bg-[#2cd65b]"
/* SCSS */
$brand: #2cd65b;
/* SwiftUI */
Color(red: 0.173, green: 0.839, blue: 0.357)
/* Android */
Color.parseColor("#2cd65b")Accessibility — WCAG contrast
Aa
#2cd65b on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd65b on black: 10.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green83.9%
Blue35.7%
CMYK percentages
Cyan79.4%
Magenta0.0%
Yellow57.5%
Key (black)16.1%
Color previews
#2cd65b text on a black background
contrast 10.88:1
Card sample
#2cd65b text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd65b;
Background color
Panel with #2cd65b background
background-color: #2cd65b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd65b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 214, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 214, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd65b; background: linear-gradient(135deg, #2cd65b, #2CD6CC);