#855485
a dark, soft magenta / pink · warm · closest name: plum
RGB
133, 84, 133
HSL
300°, 23%, 43%
CMYK
0, 37, 0, 48
Luminance
0.1302
Every format
| HEX | #855485 |
| RGB | rgb(133, 84, 133) |
| HSL | hsl(300, 23%, 43%) |
| CMYK | cmyk(0%, 37%, 0%, 48%) |
| LAB | lab(42.8 28.7 -19.1) |
| LCH | lch(42.8 34.5 326.4) |
| OKLCH | oklch(0.518 0.095 326.8) |
Copy-ready code
/* CSS */
color: #855485;
background-color: #855485;
/* Tailwind (arbitrary) */
class="text-[#855485] bg-[#855485]"
/* SCSS */
$brand: #855485;
/* SwiftUI */
Color(red: 0.522, green: 0.329, blue: 0.522)
/* Android */
Color.parseColor("#855485")Accessibility — WCAG contrast
Aa
#855485 on white: 5.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855485 on black: 3.60:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.9%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow0.0%
Key (black)47.8%
Color previews
#855485 text on a black background
contrast 3.60:1
Card sample
#855485 text on a white background
contrast 5.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855485;
Background color
Panel with #855485 background
background-color: #855485;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855485;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 84, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 84, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855485; background: linear-gradient(135deg, #855485, #855464);