#44575c
a dark, soft cyan · cool · closest name: darkslategray
RGB
68, 87, 92
HSL
193°, 15%, 31%
CMYK
26, 5, 0, 64
Luminance
0.0882
Every format
| HEX | #44575c |
| RGB | rgb(68, 87, 92) |
| HSL | hsl(193, 15%, 31%) |
| CMYK | cmyk(26%, 5%, 0%, 64%) |
| LAB | lab(35.6 -6.0 -5.3) |
| LCH | lch(35.6 8.0 221.5) |
| OKLCH | oklch(0.443 0.025 215.6) |
Copy-ready code
/* CSS */
color: #44575c;
background-color: #44575c;
/* Tailwind (arbitrary) */
class="text-[#44575c] bg-[#44575c]"
/* SCSS */
$brand: #44575c;
/* SwiftUI */
Color(red: 0.267, green: 0.341, blue: 0.361)
/* Android */
Color.parseColor("#44575c")Accessibility — WCAG contrast
Aa
#44575c on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44575c on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green34.1%
Blue36.1%
CMYK percentages
Cyan26.1%
Magenta5.4%
Yellow0.0%
Key (black)63.9%
Color previews
#44575c text on a black background
contrast 2.76:1
Card sample
#44575c text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44575c;
Background color
Panel with #44575c background
background-color: #44575c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44575c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 87, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 87, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44575c; background: linear-gradient(135deg, #44575c, #44475C);