#474350
a dark, muted violet · warm · closest name: darkslategray
RGB
71, 67, 80
HSL
259°, 9%, 29%
CMYK
11, 16, 0, 69
Luminance
0.0593
Every format
| HEX | #474350 |
| RGB | rgb(71, 67, 80) |
| HSL | hsl(259, 9%, 29%) |
| CMYK | cmyk(11%, 16%, 0%, 69%) |
| LAB | lab(29.2 4.7 -7.2) |
| LCH | lch(29.2 8.6 303.0) |
| OKLCH | oklch(0.392 0.022 299.4) |
Copy-ready code
/* CSS */
color: #474350;
background-color: #474350;
/* Tailwind (arbitrary) */
class="text-[#474350] bg-[#474350]"
/* SCSS */
$brand: #474350;
/* SwiftUI */
Color(red: 0.278, green: 0.263, blue: 0.314)
/* Android */
Color.parseColor("#474350")Accessibility — WCAG contrast
Aa
#474350 on white: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474350 on black: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green26.3%
Blue31.4%
CMYK percentages
Cyan11.2%
Magenta16.3%
Yellow0.0%
Key (black)68.6%
Color previews
#474350 text on a black background
contrast 2.19:1
Card sample
#474350 text on a white background
contrast 9.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474350;
Background color
Panel with #474350 background
background-color: #474350;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474350;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 67, 80, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 67, 80, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474350; background: linear-gradient(135deg, #474350, #504350);