#49495b
a dark, muted blue · warm · closest name: darkslategray
RGB
73, 73, 91
HSL
240°, 11%, 32%
CMYK
20, 20, 0, 64
Luminance
0.0694
Every format
| HEX | #49495b |
| RGB | rgb(73, 73, 91) |
| HSL | hsl(240, 11%, 32%) |
| CMYK | cmyk(20%, 20%, 0%, 64%) |
| LAB | lab(31.7 4.3 -10.6) |
| LCH | lch(31.7 11.4 292.2) |
| OKLCH | oklch(0.412 0.030 285.0) |
Copy-ready code
/* CSS */
color: #49495b;
background-color: #49495b;
/* Tailwind (arbitrary) */
class="text-[#49495b] bg-[#49495b]"
/* SCSS */
$brand: #49495b;
/* SwiftUI */
Color(red: 0.286, green: 0.286, blue: 0.357)
/* Android */
Color.parseColor("#49495b")Accessibility — WCAG contrast
Aa
#49495b on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#49495b on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green28.6%
Blue35.7%
CMYK percentages
Cyan19.8%
Magenta19.8%
Yellow0.0%
Key (black)64.3%
Color previews
#49495b text on a black background
contrast 2.39:1
Card sample
#49495b text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49495b;
Background color
Panel with #49495b background
background-color: #49495b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49495b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 73, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 73, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49495b; background: linear-gradient(135deg, #49495b, #55495B);