#85586f
a dark, soft magenta / pink · warm · closest name: gray
RGB
133, 88, 111
HSL
329°, 20%, 43%
CMYK
0, 34, 17, 48
Luminance
0.1311
Every format
| HEX | #85586f |
| RGB | rgb(133, 88, 111) |
| HSL | hsl(329, 20%, 43%) |
| CMYK | cmyk(0%, 34%, 17%, 48%) |
| LAB | lab(42.9 22.2 -5.5) |
| LCH | lch(42.9 22.9 346.1) |
| OKLCH | oklch(0.517 0.067 347.7) |
Copy-ready code
/* CSS */
color: #85586f;
background-color: #85586f;
/* Tailwind (arbitrary) */
class="text-[#85586f] bg-[#85586f]"
/* SCSS */
$brand: #85586f;
/* SwiftUI */
Color(red: 0.522, green: 0.345, blue: 0.435)
/* Android */
Color.parseColor("#85586f")Accessibility — WCAG contrast
Aa
#85586f on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#85586f on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green34.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow16.5%
Key (black)47.8%
Color previews
#85586f text on a black background
contrast 3.62:1
Card sample
#85586f text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85586f;
Background color
Panel with #85586f background
background-color: #85586f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85586f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 88, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 88, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85586f; background: linear-gradient(135deg, #85586f, #855F58);