#8c398e
a dark, soft magenta / pink · warm · closest name: purple
RGB
140, 57, 142
HSL
299°, 43%, 39%
CMYK
1, 60, 0, 44
Luminance
0.1045
Every format
| HEX | #8c398e |
| RGB | rgb(140, 57, 142) |
| HSL | hsl(299, 43%, 39%) |
| CMYK | cmyk(1%, 60%, 0%, 44%) |
| LAB | lab(38.6 47.0 -31.0) |
| LCH | lch(38.6 56.3 326.6) |
| OKLCH | oklch(0.491 0.156 326.7) |
Copy-ready code
/* CSS */
color: #8c398e;
background-color: #8c398e;
/* Tailwind (arbitrary) */
class="text-[#8c398e] bg-[#8c398e]"
/* SCSS */
$brand: #8c398e;
/* SwiftUI */
Color(red: 0.549, green: 0.224, blue: 0.557)
/* Android */
Color.parseColor("#8c398e")Accessibility — WCAG contrast
Aa
#8c398e on white: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8c398e on black: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.9%
Green22.4%
Blue55.7%
CMYK percentages
Cyan1.4%
Magenta59.9%
Yellow0.0%
Key (black)44.3%
Color previews
#8c398e text on a black background
contrast 3.09:1
Card sample
#8c398e text on a white background
contrast 6.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8c398e;
Background color
Panel with #8c398e background
background-color: #8c398e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8c398e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(140, 57, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(140, 57, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8c398e; background: linear-gradient(135deg, #8c398e, #8E3957);