#2cac41
a dark, vivid green · cool · closest name: forestgreen
RGB
44, 172, 65
HSL
130°, 59%, 42%
CMYK
74, 0, 62, 33
Luminance
0.3042
Every format
| HEX | #2cac41 |
| RGB | rgb(44, 172, 65) |
| HSL | hsl(130, 59%, 42%) |
| CMYK | cmyk(74%, 0%, 62%, 33%) |
| LAB | lab(62.0 -56.0 44.3) |
| LCH | lch(62.0 71.4 141.6) |
| OKLCH | oklch(0.654 0.183 145.5) |
Copy-ready code
/* CSS */
color: #2cac41;
background-color: #2cac41;
/* Tailwind (arbitrary) */
class="text-[#2cac41] bg-[#2cac41]"
/* SCSS */
$brand: #2cac41;
/* SwiftUI */
Color(red: 0.173, green: 0.675, blue: 0.255)
/* Android */
Color.parseColor("#2cac41")Accessibility — WCAG contrast
Aa
#2cac41 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cac41 on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.5%
Blue25.5%
CMYK percentages
Cyan74.4%
Magenta0.0%
Yellow62.2%
Key (black)32.5%
Color previews
#2cac41 text on a black background
contrast 7.08:1
Card sample
#2cac41 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cac41;
Background color
Panel with #2cac41 background
background-color: #2cac41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cac41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 172, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 172, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cac41; background: linear-gradient(135deg, #2cac41, #2CAC96);