#445f3f
a dark, soft green · cool · closest name: darkslategray
RGB
68, 95, 63
HSL
111°, 20%, 31%
CMYK
28, 0, 34, 63
Luminance
0.0977
Every format
| HEX | #445f3f |
| RGB | rgb(68, 95, 63) |
| HSL | hsl(111, 20%, 31%) |
| CMYK | cmyk(28%, 0%, 34%, 63%) |
| LAB | lab(37.4 -17.1 15.2) |
| LCH | lch(37.4 22.8 138.3) |
| OKLCH | oklch(0.455 0.060 140.6) |
Copy-ready code
/* CSS */
color: #445f3f;
background-color: #445f3f;
/* Tailwind (arbitrary) */
class="text-[#445f3f] bg-[#445f3f]"
/* SCSS */
$brand: #445f3f;
/* SwiftUI */
Color(red: 0.267, green: 0.373, blue: 0.247)
/* Android */
Color.parseColor("#445f3f")Accessibility — WCAG contrast
Aa
#445f3f on white: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445f3f on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green37.3%
Blue24.7%
CMYK percentages
Cyan28.4%
Magenta0.0%
Yellow33.7%
Key (black)62.7%
Color previews
#445f3f text on a black background
contrast 2.95:1
Card sample
#445f3f text on a white background
contrast 7.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445f3f;
Background color
Panel with #445f3f background
background-color: #445f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 95, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 95, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445f3f; background: linear-gradient(135deg, #445f3f, #3F5F4F);