#2cd565
a balanced, vivid green · cool · closest name: forestgreen
RGB
44, 213, 101
HSL
140°, 67%, 50%
CMYK
79, 0, 53, 17
Luminance
0.4906
Every format
| HEX | #2cd565 |
| RGB | rgb(44, 213, 101) |
| HSL | hsl(140, 67%, 50%) |
| CMYK | cmyk(79%, 0%, 53%, 17%) |
| LAB | lab(75.5 -64.9 43.4) |
| LCH | lch(75.5 78.1 146.2) |
| OKLCH | oklch(0.767 0.203 149.1) |
Copy-ready code
/* CSS */
color: #2cd565;
background-color: #2cd565;
/* Tailwind (arbitrary) */
class="text-[#2cd565] bg-[#2cd565]"
/* SCSS */
$brand: #2cd565;
/* SwiftUI */
Color(red: 0.173, green: 0.835, blue: 0.396)
/* Android */
Color.parseColor("#2cd565")Accessibility — WCAG contrast
Aa
#2cd565 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cd565 on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green83.5%
Blue39.6%
CMYK percentages
Cyan79.3%
Magenta0.0%
Yellow52.6%
Key (black)16.5%
Color previews
#2cd565 text on a black background
contrast 10.81:1
Card sample
#2cd565 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cd565;
Background color
Panel with #2cd565 background
background-color: #2cd565;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cd565;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 213, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 213, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cd565; background: linear-gradient(135deg, #2cd565, #2CD4D5);