#445554
a dark, muted cyan · cool · closest name: darkslategray
RGB
68, 85, 84
HSL
177°, 11%, 30%
CMYK
20, 0, 1, 67
Luminance
0.0837
Every format
| HEX | #445554 |
| RGB | rgb(68, 85, 84) |
| HSL | hsl(177, 11%, 30%) |
| CMYK | cmyk(20%, 0%, 1%, 67%) |
| LAB | lab(34.7 -6.8 -1.6) |
| LCH | lch(34.7 7.0 193.2) |
| OKLCH | oklch(0.435 0.021 192.0) |
Copy-ready code
/* CSS */
color: #445554;
background-color: #445554;
/* Tailwind (arbitrary) */
class="text-[#445554] bg-[#445554]"
/* SCSS */
$brand: #445554;
/* SwiftUI */
Color(red: 0.267, green: 0.333, blue: 0.329)
/* Android */
Color.parseColor("#445554")Accessibility — WCAG contrast
Aa
#445554 on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#445554 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green33.3%
Blue32.9%
CMYK percentages
Cyan20.0%
Magenta0.0%
Yellow1.2%
Key (black)66.7%
Color previews
#445554 text on a black background
contrast 2.67:1
Card sample
#445554 text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #445554;
Background color
Panel with #445554 background
background-color: #445554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #445554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 85, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 85, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #445554; background: linear-gradient(135deg, #445554, #444B55);