#445c3f
a dark, soft green · cool · closest name: darkslategray
RGB
68, 92, 63
HSL
110°, 19%, 30%
CMYK
26, 0, 32, 64
Luminance
0.0924
Every format
| HEX | #445c3f |
| RGB | rgb(68, 92, 63) |
| HSL | hsl(110, 19%, 30%) |
| CMYK | cmyk(26%, 0%, 32%, 64%) |
| LAB | lab(36.5 -15.4 13.8) |
| LCH | lch(36.5 20.7 138.0) |
| OKLCH | oklch(0.447 0.055 140.2) |
Copy-ready code
/* CSS */
color: #445c3f;
background-color: #445c3f;
/* Tailwind (arbitrary) */
class="text-[#445c3f] bg-[#445c3f]"
/* SCSS */
$brand: #445c3f;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.247)
/* Android */
Color.parseColor("#445c3f")Accessibility — WCAG contrast
Aa
#445c3f on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445c3f on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue24.7%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow31.5%
Key (black)63.9%
Color previews
#445c3f text on a black background
contrast 2.85:1
Card sample
#445c3f text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445c3f;
Background color
Panel with #445c3f background
background-color: #445c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445c3f; background: linear-gradient(135deg, #445c3f, #3F5C4D);