#5f475f
a dark, muted magenta / pink · warm · closest name: gray
RGB
95, 71, 95
HSL
300°, 15%, 33%
CMYK
0, 25, 0, 63
Luminance
0.0777
Every format
| HEX | #5f475f |
| RGB | rgb(95, 71, 95) |
| HSL | hsl(300, 15%, 33%) |
| CMYK | cmyk(0%, 25%, 0%, 63%) |
| LAB | lab(33.5 14.9 -10.2) |
| LCH | lch(33.5 18.0 325.7) |
| OKLCH | oklch(0.432 0.049 326.4) |
Copy-ready code
/* CSS */
color: #5f475f;
background-color: #5f475f;
/* Tailwind (arbitrary) */
class="text-[#5f475f] bg-[#5f475f]"
/* SCSS */
$brand: #5f475f;
/* SwiftUI */
Color(red: 0.373, green: 0.278, blue: 0.373)
/* Android */
Color.parseColor("#5f475f")Accessibility — WCAG contrast
Aa
#5f475f on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f475f on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green27.8%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow0.0%
Key (black)62.7%
Color previews
#5f475f text on a black background
contrast 2.55:1
Card sample
#5f475f text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f475f;
Background color
Panel with #5f475f background
background-color: #5f475f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f475f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 71, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 71, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f475f; background: linear-gradient(135deg, #5f475f, #5F474F);