#44503c
a dark, muted green · cool · closest name: darkslategray
RGB
68, 80, 60
HSL
96°, 14%, 28%
CMYK
15, 0, 25, 69
Luminance
0.0729
Every format
| HEX | #44503c |
| RGB | rgb(68, 80, 60) |
| HSL | hsl(96, 14%, 28%) |
| CMYK | cmyk(15%, 0%, 25%, 69%) |
| LAB | lab(32.5 -9.1 10.3) |
| LCH | lch(32.5 13.7 131.5) |
| OKLCH | oklch(0.414 0.036 133.0) |
Copy-ready code
/* CSS */
color: #44503c;
background-color: #44503c;
/* Tailwind (arbitrary) */
class="text-[#44503c] bg-[#44503c]"
/* SCSS */
$brand: #44503c;
/* SwiftUI */
Color(red: 0.267, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#44503c")Accessibility — WCAG contrast
Aa
#44503c on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44503c on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green31.4%
Blue23.5%
CMYK percentages
Cyan15.0%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#44503c text on a black background
contrast 2.46:1
Card sample
#44503c text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44503c;
Background color
Panel with #44503c background
background-color: #44503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44503c; background: linear-gradient(135deg, #44503c, #3C5041);