#44552b
a dark, soft green · cool · closest name: darkslategray
RGB
68, 85, 43
HSL
84°, 33%, 25%
CMYK
20, 0, 49, 67
Luminance
0.0790
Every format
| HEX | #44552b |
| RGB | rgb(68, 85, 43) |
| HSL | hsl(84, 33%, 25%) |
| CMYK | cmyk(20%, 0%, 49%, 67%) |
| LAB | lab(33.8 -14.7 22.3) |
| LCH | lch(33.8 26.7 123.4) |
| OKLCH | oklch(0.424 0.068 127.1) |
Copy-ready code
/* CSS */
color: #44552b;
background-color: #44552b;
/* Tailwind (arbitrary) */
class="text-[#44552b] bg-[#44552b]"
/* SCSS */
$brand: #44552b;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#44552b")Accessibility — WCAG contrast
Aa
#44552b on white: 8.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44552b on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue16.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#44552b text on a black background
contrast 2.58:1
Card sample
#44552b text on a white background
contrast 8.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44552b;
Background color
Panel with #44552b background
background-color: #44552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44552b; background: linear-gradient(135deg, #44552b, #2B552E);