#495b5b
a dark, muted cyan · cool · closest name: darkslategray
RGB
73, 91, 91
HSL
180°, 11%, 32%
CMYK
20, 0, 0, 64
Luminance
0.0965
Every format
| HEX | #495b5b |
| RGB | rgb(73, 91, 91) |
| HSL | hsl(180, 11%, 32%) |
| CMYK | cmyk(20%, 0%, 0%, 64%) |
| LAB | lab(37.2 -6.9 -2.3) |
| LCH | lch(37.2 7.2 198.5) |
| OKLCH | oklch(0.456 0.022 196.4) |
Copy-ready code
/* CSS */
color: #495b5b;
background-color: #495b5b;
/* Tailwind (arbitrary) */
class="text-[#495b5b] bg-[#495b5b]"
/* SCSS */
$brand: #495b5b;
/* SwiftUI */
Color(red: 0.286, green: 0.357, blue: 0.357)
/* Android */
Color.parseColor("#495b5b")Accessibility — WCAG contrast
Aa
#495b5b on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#495b5b on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green35.7%
Blue35.7%
CMYK percentages
Cyan19.8%
Magenta0.0%
Yellow0.0%
Key (black)64.3%
Color previews
#495b5b text on a black background
contrast 2.93:1
Card sample
#495b5b text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495b5b;
Background color
Panel with #495b5b background
background-color: #495b5b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495b5b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 91, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 91, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495b5b; background: linear-gradient(135deg, #495b5b, #494F5B);