#2cad3f
a dark, vivid green · cool · closest name: forestgreen
RGB
44, 173, 63
HSL
129°, 59%, 43%
CMYK
75, 0, 64, 32
Luminance
0.3078
Every format
| HEX | #2cad3f |
| RGB | rgb(44, 173, 63) |
| HSL | hsl(129, 59%, 43%) |
| CMYK | cmyk(75%, 0%, 64%, 32%) |
| LAB | lab(62.3 -56.5 45.5) |
| LCH | lch(62.3 72.6 141.1) |
| OKLCH | oklch(0.656 0.186 145.1) |
Copy-ready code
/* CSS */
color: #2cad3f;
background-color: #2cad3f;
/* Tailwind (arbitrary) */
class="text-[#2cad3f] bg-[#2cad3f]"
/* SCSS */
$brand: #2cad3f;
/* SwiftUI */
Color(red: 0.173, green: 0.678, blue: 0.247)
/* Android */
Color.parseColor("#2cad3f")Accessibility — WCAG contrast
Aa
#2cad3f on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cad3f on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green67.8%
Blue24.7%
CMYK percentages
Cyan74.6%
Magenta0.0%
Yellow63.6%
Key (black)32.2%
Color previews
#2cad3f text on a black background
contrast 7.16:1
Card sample
#2cad3f text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cad3f;
Background color
Panel with #2cad3f background
background-color: #2cad3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cad3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 173, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 173, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cad3f; background: linear-gradient(135deg, #2cad3f, #2CAD95);