#445f44
a dark, soft green · cool · closest name: darkslategray
RGB
68, 95, 68
HSL
120°, 17%, 32%
CMYK
28, 0, 28, 63
Luminance
0.0983
Every format
| HEX | #445f44 |
| RGB | rgb(68, 95, 68) |
| HSL | hsl(120, 17%, 32%) |
| CMYK | cmyk(28%, 0%, 28%, 63%) |
| LAB | lab(37.5 -16.1 12.3) |
| LCH | lch(37.5 20.3 142.7) |
| OKLCH | oklch(0.456 0.054 144.6) |
Copy-ready code
/* CSS */
color: #445f44;
background-color: #445f44;
/* Tailwind (arbitrary) */
class="text-[#445f44] bg-[#445f44]"
/* SCSS */
$brand: #445f44;
/* SwiftUI */
Color(red: 0.267, green: 0.373, blue: 0.267)
/* Android */
Color.parseColor("#445f44")Accessibility — WCAG contrast
Aa
#445f44 on white: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445f44 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green37.3%
Blue26.7%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow28.4%
Key (black)62.7%
Color previews
#445f44 text on a black background
contrast 2.97:1
Card sample
#445f44 text on a white background
contrast 7.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445f44;
Background color
Panel with #445f44 background
background-color: #445f44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445f44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 95, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 95, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445f44; background: linear-gradient(135deg, #445f44, #445F56);