#8a548c
a dark, soft magenta / pink · warm · closest name: plum
RGB
138, 84, 140
HSL
298°, 25%, 44%
CMYK
1, 40, 0, 45
Luminance
0.1364
Every format
| HEX | #8a548c |
| RGB | rgb(138, 84, 140) |
| HSL | hsl(298, 25%, 44%) |
| CMYK | cmyk(1%, 40%, 0%, 45%) |
| LAB | lab(43.7 31.8 -21.9) |
| LCH | lch(43.7 38.6 325.5) |
| OKLCH | oklch(0.528 0.106 325.7) |
Copy-ready code
/* CSS */
color: #8a548c;
background-color: #8a548c;
/* Tailwind (arbitrary) */
class="text-[#8a548c] bg-[#8a548c]"
/* SCSS */
$brand: #8a548c;
/* SwiftUI */
Color(red: 0.541, green: 0.329, blue: 0.549)
/* Android */
Color.parseColor("#8a548c")Accessibility — WCAG contrast
Aa
#8a548c on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a548c on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green32.9%
Blue54.9%
CMYK percentages
Cyan1.4%
Magenta40.0%
Yellow0.0%
Key (black)45.1%
Color previews
#8a548c text on a black background
contrast 3.73:1
Card sample
#8a548c text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a548c;
Background color
Panel with #8a548c background
background-color: #8a548c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a548c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 84, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 84, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a548c; background: linear-gradient(135deg, #8a548c, #8C5469);