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