#47535f
a dark, muted blue · cool · closest name: darkslategray
RGB
71, 83, 95
HSL
210°, 15%, 33%
CMYK
25, 13, 0, 63
Luminance
0.0835
Every format
| HEX | #47535f |
| RGB | rgb(71, 83, 95) |
| HSL | hsl(210, 15%, 33%) |
| CMYK | cmyk(25%, 13%, 0%, 63%) |
| LAB | lab(34.7 -1.7 -8.5) |
| LCH | lch(34.7 8.7 258.9) |
| OKLCH | oklch(0.436 0.025 248.4) |
Copy-ready code
/* CSS */
color: #47535f;
background-color: #47535f;
/* Tailwind (arbitrary) */
class="text-[#47535f] bg-[#47535f]"
/* SCSS */
$brand: #47535f;
/* SwiftUI */
Color(red: 0.278, green: 0.325, blue: 0.373)
/* Android */
Color.parseColor("#47535f")Accessibility — WCAG contrast
Aa
#47535f on white: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47535f on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.5%
Blue37.3%
CMYK percentages
Cyan25.3%
Magenta12.6%
Yellow0.0%
Key (black)62.7%
Color previews
#47535f text on a black background
contrast 2.67:1
Card sample
#47535f text on a white background
contrast 7.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47535f;
Background color
Panel with #47535f background
background-color: #47535f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47535f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 83, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 83, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47535f; background: linear-gradient(135deg, #47535f, #4B475F);