#44cf73
a balanced, vivid green · cool · closest name: forestgreen
RGB
68, 207, 115
HSL
140°, 59%, 54%
CMYK
67, 0, 44, 19
Luminance
0.4709
Every format
| HEX | #44cf73 |
| RGB | rgb(68, 207, 115) |
| HSL | hsl(140, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 44%, 19%) |
| LAB | lab(74.3 -57.1 35.0) |
| LCH | lch(74.3 67.0 148.5) |
| OKLCH | oklch(0.759 0.176 150.8) |
Copy-ready code
/* CSS */
color: #44cf73;
background-color: #44cf73;
/* Tailwind (arbitrary) */
class="text-[#44cf73] bg-[#44cf73]"
/* SCSS */
$brand: #44cf73;
/* SwiftUI */
Color(red: 0.267, green: 0.812, blue: 0.451)
/* Android */
Color.parseColor("#44cf73")Accessibility — WCAG contrast
Aa
#44cf73 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cf73 on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green81.2%
Blue45.1%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow44.4%
Key (black)18.8%
Color previews
#44cf73 text on a black background
contrast 10.42:1
Card sample
#44cf73 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cf73;
Background color
Panel with #44cf73 background
background-color: #44cf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 207, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 207, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cf73; background: linear-gradient(135deg, #44cf73, #44CECF);