#495858
a dark, muted cyan · cool · closest name: darkslategray
RGB
73, 88, 88
HSL
180°, 9%, 32%
CMYK
17, 0, 0, 66
Luminance
0.0910
Every format
| HEX | #495858 |
| RGB | rgb(73, 88, 88) |
| HSL | hsl(180, 9%, 32%) |
| CMYK | cmyk(17%, 0%, 0%, 66%) |
| LAB | lab(36.2 -5.8 -1.9) |
| LCH | lch(36.2 6.1 198.6) |
| OKLCH | oklch(0.448 0.019 196.5) |
Copy-ready code
/* CSS */
color: #495858;
background-color: #495858;
/* Tailwind (arbitrary) */
class="text-[#495858] bg-[#495858]"
/* SCSS */
$brand: #495858;
/* SwiftUI */
Color(red: 0.286, green: 0.345, blue: 0.345)
/* Android */
Color.parseColor("#495858")Accessibility — WCAG contrast
Aa
#495858 on white: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#495858 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green34.5%
Blue34.5%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow0.0%
Key (black)65.5%
Color previews
#495858 text on a black background
contrast 2.82:1
Card sample
#495858 text on a white background
contrast 7.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495858;
Background color
Panel with #495858 background
background-color: #495858;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495858;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 88, 88, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 88, 88, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495858; background: linear-gradient(135deg, #495858, #494E58);