#8c309c
a dark, vivid magenta / pink · warm · closest name: purple
RGB
140, 48, 156
HSL
291°, 53%, 40%
CMYK
10, 69, 0, 39
Luminance
0.1009
Every format
| HEX | #8c309c |
| RGB | rgb(140, 48, 156) |
| HSL | hsl(291, 53%, 40%) |
| CMYK | cmyk(10%, 69%, 0%, 39%) |
| LAB | lab(38.0 53.7 -40.5) |
| LCH | lch(38.0 67.2 323.0) |
| OKLCH | oklch(0.489 0.181 321.4) |
Copy-ready code
/* CSS */
color: #8c309c;
background-color: #8c309c;
/* Tailwind (arbitrary) */
class="text-[#8c309c] bg-[#8c309c]"
/* SCSS */
$brand: #8c309c;
/* SwiftUI */
Color(red: 0.549, green: 0.188, blue: 0.612)
/* Android */
Color.parseColor("#8c309c")Accessibility — WCAG contrast
Aa
#8c309c on white: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c309c on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green18.8%
Blue61.2%
CMYK percentages
Cyan10.3%
Magenta69.2%
Yellow0.0%
Key (black)38.8%
Color previews
#8c309c text on a black background
contrast 3.02:1
Card sample
#8c309c text on a white background
contrast 6.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c309c;
Background color
Panel with #8c309c background
background-color: #8c309c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c309c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 48, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 48, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c309c; background: linear-gradient(135deg, #8c309c, #9C3064);