#47373c
a deep, muted magenta / pink · warm · closest name: darkslategray
RGB
71, 55, 60
HSL
341°, 13%, 25%
CMYK
0, 23, 16, 72
Luminance
0.0440
Every format
| HEX | #47373c |
| RGB | rgb(71, 55, 60) |
| HSL | hsl(341, 13%, 25%) |
| CMYK | cmyk(0%, 23%, 16%, 72%) |
| LAB | lab(24.9 8.1 -0.4) |
| LCH | lch(24.9 8.1 357.2) |
| OKLCH | oklch(0.356 0.024 357.8) |
Copy-ready code
/* CSS */
color: #47373c;
background-color: #47373c;
/* Tailwind (arbitrary) */
class="text-[#47373c] bg-[#47373c]"
/* SCSS */
$brand: #47373c;
/* SwiftUI */
Color(red: 0.278, green: 0.216, blue: 0.235)
/* Android */
Color.parseColor("#47373c")Accessibility — WCAG contrast
Aa
#47373c on white: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#47373c on black: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green21.6%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta22.5%
Yellow15.5%
Key (black)72.2%
Color previews
#47373c text on a black background
contrast 1.88:1
Card sample
#47373c text on a white background
contrast 11.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #47373c;
Background color
Panel with #47373c background
background-color: #47373c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #47373c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 55, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 55, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #47373c; background: linear-gradient(135deg, #47373c, #473D37);