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