#845884
a dark, soft magenta / pink · warm · closest name: plum
RGB
132, 88, 132
HSL
300°, 20%, 43%
CMYK
0, 33, 0, 48
Luminance
0.1355
Every format
| HEX | #845884 |
| RGB | rgb(132, 88, 132) |
| HSL | hsl(300, 20%, 43%) |
| CMYK | cmyk(0%, 33%, 0%, 48%) |
| LAB | lab(43.6 25.8 -17.3) |
| LCH | lch(43.6 31.1 326.2) |
| OKLCH | oklch(0.524 0.086 326.7) |
Copy-ready code
/* CSS */
color: #845884;
background-color: #845884;
/* Tailwind (arbitrary) */
class="text-[#845884] bg-[#845884]"
/* SCSS */
$brand: #845884;
/* SwiftUI */
Color(red: 0.518, green: 0.345, blue: 0.518)
/* Android */
Color.parseColor("#845884")Accessibility — WCAG contrast
Aa
#845884 on white: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#845884 on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green34.5%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow0.0%
Key (black)48.2%
Color previews
#845884 text on a black background
contrast 3.71:1
Card sample
#845884 text on a white background
contrast 5.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #845884;
Background color
Panel with #845884 background
background-color: #845884;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #845884;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 88, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 88, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #845884; background: linear-gradient(135deg, #845884, #845867);