#445c49
a dark, soft green · cool · closest name: darkslategray
RGB
68, 92, 73
HSL
133°, 15%, 31%
CMYK
26, 0, 21, 64
Luminance
0.0936
Every format
| HEX | #445c49 |
| RGB | rgb(68, 92, 73) |
| HSL | hsl(133, 15%, 31%) |
| CMYK | cmyk(26%, 0%, 21%, 64%) |
| LAB | lab(36.7 -13.4 8.1) |
| LCH | lch(36.7 15.7 149.0) |
| OKLCH | oklch(0.449 0.042 150.8) |
Copy-ready code
/* CSS */
color: #445c49;
background-color: #445c49;
/* Tailwind (arbitrary) */
class="text-[#445c49] bg-[#445c49]"
/* SCSS */
$brand: #445c49;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.286)
/* Android */
Color.parseColor("#445c49")Accessibility — WCAG contrast
Aa
#445c49 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445c49 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue28.6%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow20.7%
Key (black)63.9%
Color previews
#445c49 text on a black background
contrast 2.87:1
Card sample
#445c49 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445c49;
Background color
Panel with #445c49 background
background-color: #445c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445c49; background: linear-gradient(135deg, #445c49, #445C59);