#854770
a dark, soft magenta / pink · warm · closest name: plum
RGB
133, 71, 112
HSL
320°, 30%, 40%
CMYK
0, 47, 16, 48
Luminance
0.1066
Every format
| HEX | #854770 |
| RGB | rgb(133, 71, 112) |
| HSL | hsl(320, 30%, 40%) |
| CMYK | cmyk(0%, 47%, 16%, 48%) |
| LAB | lab(39.0 32.2 -12.0) |
| LCH | lch(39.0 34.4 339.5) |
| OKLCH | oklch(0.487 0.100 341.4) |
Copy-ready code
/* CSS */
color: #854770;
background-color: #854770;
/* Tailwind (arbitrary) */
class="text-[#854770] bg-[#854770]"
/* SCSS */
$brand: #854770;
/* SwiftUI */
Color(red: 0.522, green: 0.278, blue: 0.439)
/* Android */
Color.parseColor("#854770")Accessibility — WCAG contrast
Aa
#854770 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#854770 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green27.8%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow15.8%
Key (black)47.8%
Color previews
#854770 text on a black background
contrast 3.13:1
Card sample
#854770 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #854770;
Background color
Panel with #854770 background
background-color: #854770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #854770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 71, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 71, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #854770; background: linear-gradient(135deg, #854770, #854747);