#445c2f
a dark, soft green · cool · closest name: seagreen
RGB
68, 92, 47
HSL
92°, 32%, 27%
CMYK
26, 0, 49, 64
Luminance
0.0909
Every format
| HEX | #445c2f |
| RGB | rgb(68, 92, 47) |
| HSL | hsl(92, 32%, 27%) |
| CMYK | cmyk(26%, 0%, 49%, 64%) |
| LAB | lab(36.1 -18.0 22.9) |
| LCH | lch(36.1 29.2 128.1) |
| OKLCH | oklch(0.443 0.075 131.8) |
Copy-ready code
/* CSS */
color: #445c2f;
background-color: #445c2f;
/* Tailwind (arbitrary) */
class="text-[#445c2f] bg-[#445c2f]"
/* SCSS */
$brand: #445c2f;
/* SwiftUI */
Color(red: 0.267, green: 0.361, blue: 0.184)
/* Android */
Color.parseColor("#445c2f")Accessibility — WCAG contrast
Aa
#445c2f on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445c2f on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green36.1%
Blue18.4%
CMYK percentages
Cyan26.1%
Magenta0.0%
Yellow48.9%
Key (black)63.9%
Color previews
#445c2f text on a black background
contrast 2.82:1
Card sample
#445c2f text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445c2f;
Background color
Panel with #445c2f background
background-color: #445c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 92, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 92, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445c2f; background: linear-gradient(135deg, #445c2f, #2F5C38);