#2cb64b
a dark, vivid green · cool · closest name: forestgreen
RGB
44, 182, 75
HSL
134°, 61%, 44%
CMYK
76, 0, 59, 29
Luminance
0.3450
Every format
| HEX | #2cb64b |
| RGB | rgb(44, 182, 75) |
| HSL | hsl(134, 61%, 44%) |
| CMYK | cmyk(76%, 0%, 59%, 29%) |
| LAB | lab(65.4 -58.1 43.6) |
| LCH | lch(65.4 72.7 143.2) |
| OKLCH | oklch(0.682 0.187 146.6) |
Copy-ready code
/* CSS */
color: #2cb64b;
background-color: #2cb64b;
/* Tailwind (arbitrary) */
class="text-[#2cb64b] bg-[#2cb64b]"
/* SCSS */
$brand: #2cb64b;
/* SwiftUI */
Color(red: 0.173, green: 0.714, blue: 0.294)
/* Android */
Color.parseColor("#2cb64b")Accessibility — WCAG contrast
Aa
#2cb64b on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cb64b on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green71.4%
Blue29.4%
CMYK percentages
Cyan75.8%
Magenta0.0%
Yellow58.8%
Key (black)28.6%
Color previews
#2cb64b text on a black background
contrast 7.90:1
Card sample
#2cb64b text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cb64b;
Background color
Panel with #2cb64b background
background-color: #2cb64b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cb64b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 182, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 182, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cb64b; background: linear-gradient(135deg, #2cb64b, #2CB6A7);