#855f7f
a dark, soft magenta / pink · warm · closest name: gray
RGB
133, 95, 127
HSL
310°, 17%, 45%
CMYK
0, 29, 5, 48
Luminance
0.1470
Every format
| HEX | #855f7f |
| RGB | rgb(133, 95, 127) |
| HSL | hsl(310, 17%, 45%) |
| CMYK | cmyk(0%, 29%, 5%, 48%) |
| LAB | lab(45.2 21.1 -11.8) |
| LCH | lch(45.2 24.1 330.8) |
| OKLCH | oklch(0.536 0.067 332.1) |
Copy-ready code
/* CSS */
color: #855f7f;
background-color: #855f7f;
/* Tailwind (arbitrary) */
class="text-[#855f7f] bg-[#855f7f]"
/* SCSS */
$brand: #855f7f;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.498)
/* Android */
Color.parseColor("#855f7f")Accessibility — WCAG contrast
Aa
#855f7f on white: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855f7f on black: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow4.5%
Key (black)47.8%
Color previews
#855f7f text on a black background
contrast 3.94:1
Card sample
#855f7f text on a white background
contrast 5.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855f7f;
Background color
Panel with #855f7f background
background-color: #855f7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855f7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855f7f; background: linear-gradient(135deg, #855f7f, #855F66);