#445b49
a dark, muted green · cool · closest name: darkslategray
RGB
68, 91, 73
HSL
133°, 15%, 31%
CMYK
25, 0, 20, 64
Luminance
0.0919
Every format
| HEX | #445b49 |
| RGB | rgb(68, 91, 73) |
| HSL | hsl(133, 15%, 31%) |
| CMYK | cmyk(25%, 0%, 20%, 64%) |
| LAB | lab(36.4 -12.8 7.6) |
| LCH | lch(36.4 14.9 149.4) |
| OKLCH | oklch(0.447 0.041 151.1) |
Copy-ready code
/* CSS */
color: #445b49;
background-color: #445b49;
/* Tailwind (arbitrary) */
class="text-[#445b49] bg-[#445b49]"
/* SCSS */
$brand: #445b49;
/* SwiftUI */
Color(red: 0.267, green: 0.357, blue: 0.286)
/* Android */
Color.parseColor("#445b49")Accessibility — WCAG contrast
Aa
#445b49 on white: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445b49 on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green35.7%
Blue28.6%
CMYK percentages
Cyan25.3%
Magenta0.0%
Yellow19.8%
Key (black)64.3%
Color previews
#445b49 text on a black background
contrast 2.84:1
Card sample
#445b49 text on a white background
contrast 7.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445b49;
Background color
Panel with #445b49 background
background-color: #445b49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445b49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 91, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 91, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445b49; background: linear-gradient(135deg, #445b49, #445B58);