#8c178c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
140, 23, 140
HSL
300°, 72%, 32%
CMYK
0, 84, 0, 45
Luminance
0.0808
Every format
| HEX | #8c178c |
| RGB | rgb(140, 23, 140) |
| HSL | hsl(300, 72%, 32%) |
| CMYK | cmyk(0%, 84%, 0%, 45%) |
| LAB | lab(34.1 59.1 -36.9) |
| LCH | lch(34.1 69.6 328.0) |
| OKLCH | oklch(0.458 0.194 328.2) |
Copy-ready code
/* CSS */
color: #8c178c;
background-color: #8c178c;
/* Tailwind (arbitrary) */
class="text-[#8c178c] bg-[#8c178c]"
/* SCSS */
$brand: #8c178c;
/* SwiftUI */
Color(red: 0.549, green: 0.090, blue: 0.549)
/* Android */
Color.parseColor("#8c178c")Accessibility — WCAG contrast
Aa
#8c178c on white: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8c178c on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green9.0%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta83.6%
Yellow0.0%
Key (black)45.1%
Color previews
#8c178c text on a black background
contrast 2.62:1
Card sample
#8c178c text on a white background
contrast 8.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c178c;
Background color
Panel with #8c178c background
background-color: #8c178c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c178c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 23, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 23, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c178c; background: linear-gradient(135deg, #8c178c, #8C173E);