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