#8a4792
a dark, soft magenta / pink · warm · closest name: purple
RGB
138, 71, 146
HSL
294°, 35%, 43%
CMYK
6, 51, 0, 43
Luminance
0.1199
Every format
| HEX | #8a4792 |
| RGB | rgb(138, 71, 146) |
| HSL | hsl(294, 35%, 43%) |
| CMYK | cmyk(6%, 51%, 0%, 43%) |
| LAB | lab(41.2 40.2 -29.4) |
| LCH | lch(41.2 49.8 323.8) |
| OKLCH | oklch(0.510 0.136 323.2) |
Copy-ready code
/* CSS */
color: #8a4792;
background-color: #8a4792;
/* Tailwind (arbitrary) */
class="text-[#8a4792] bg-[#8a4792]"
/* SCSS */
$brand: #8a4792;
/* SwiftUI */
Color(red: 0.541, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#8a4792")Accessibility — WCAG contrast
Aa
#8a4792 on white: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8a4792 on black: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan5.5%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#8a4792 text on a black background
contrast 3.40:1
Card sample
#8a4792 text on a white background
contrast 6.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a4792;
Background color
Panel with #8a4792 background
background-color: #8a4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a4792; background: linear-gradient(135deg, #8a4792, #924768);