#44a721
a dark, vivid green · cool · closest name: forestgreen
RGB
68, 167, 33
HSL
104°, 67%, 39%
CMYK
59, 0, 80, 35
Luminance
0.2898
Every format
| HEX | #44a721 |
| RGB | rgb(68, 167, 33) |
| HSL | hsl(104, 67%, 39%) |
| CMYK | cmyk(59%, 0%, 80%, 35%) |
| LAB | lab(60.8 -52.1 55.5) |
| LCH | lch(60.8 76.1 133.1) |
| OKLCH | oklch(0.645 0.189 139.3) |
Copy-ready code
/* CSS */
color: #44a721;
background-color: #44a721;
/* Tailwind (arbitrary) */
class="text-[#44a721] bg-[#44a721]"
/* SCSS */
$brand: #44a721;
/* SwiftUI */
Color(red: 0.267, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#44a721")Accessibility — WCAG contrast
Aa
#44a721 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#44a721 on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green65.5%
Blue12.9%
CMYK percentages
Cyan59.3%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#44a721 text on a black background
contrast 6.80:1
Card sample
#44a721 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44a721;
Background color
Panel with #44a721 background
background-color: #44a721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44a721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44a721; background: linear-gradient(135deg, #44a721, #21A757);