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