#8a3d6b
a dark, soft magenta / pink · warm · closest name: purple
RGB
138, 61, 107
HSL
324°, 39%, 39%
CMYK
0, 56, 23, 46
Luminance
0.0980
Every format
| HEX | #8a3d6b |
| RGB | rgb(138, 61, 107) |
| HSL | hsl(324, 39%, 39%) |
| CMYK | cmyk(0%, 56%, 23%, 46%) |
| LAB | lab(37.5 38.5 -11.1) |
| LCH | lch(37.5 40.0 343.9) |
| OKLCH | oklch(0.477 0.119 345.7) |
Copy-ready code
/* CSS */
color: #8a3d6b;
background-color: #8a3d6b;
/* Tailwind (arbitrary) */
class="text-[#8a3d6b] bg-[#8a3d6b]"
/* SCSS */
$brand: #8a3d6b;
/* SwiftUI */
Color(red: 0.541, green: 0.239, blue: 0.420)
/* Android */
Color.parseColor("#8a3d6b")Accessibility — WCAG contrast
Aa
#8a3d6b on white: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8a3d6b on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green23.9%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow22.5%
Key (black)45.9%
Color previews
#8a3d6b text on a black background
contrast 2.96:1
Card sample
#8a3d6b text on a white background
contrast 7.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a3d6b;
Background color
Panel with #8a3d6b background
background-color: #8a3d6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a3d6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 61, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 61, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a3d6b; background: linear-gradient(135deg, #8a3d6b, #8A423D);