#44575b
a dark, muted cyan · cool · closest name: darkslategray
RGB
68, 87, 91
HSL
190°, 15%, 31%
CMYK
25, 4, 0, 64
Luminance
0.0880
Every format
| HEX | #44575b |
| RGB | rgb(68, 87, 91) |
| HSL | hsl(190, 15%, 31%) |
| CMYK | cmyk(25%, 4%, 0%, 64%) |
| LAB | lab(35.6 -6.2 -4.7) |
| LCH | lch(35.6 7.8 217.1) |
| OKLCH | oklch(0.442 0.024 211.9) |
Copy-ready code
/* CSS */
color: #44575b;
background-color: #44575b;
/* Tailwind (arbitrary) */
class="text-[#44575b] bg-[#44575b]"
/* SCSS */
$brand: #44575b;
/* SwiftUI */
Color(red: 0.267, green: 0.341, blue: 0.357)
/* Android */
Color.parseColor("#44575b")Accessibility — WCAG contrast
Aa
#44575b on white: 7.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#44575b on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green34.1%
Blue35.7%
CMYK percentages
Cyan25.3%
Magenta4.4%
Yellow0.0%
Key (black)64.3%
Color previews
#44575b text on a black background
contrast 2.76:1
Card sample
#44575b text on a white background
contrast 7.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44575b;
Background color
Panel with #44575b background
background-color: #44575b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44575b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 87, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 87, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44575b; background: linear-gradient(135deg, #44575b, #44485B);