#8f4792
a dark, soft magenta / pink · warm · closest name: purple
RGB
143, 71, 146
HSL
298°, 35%, 43%
CMYK
2, 51, 0, 43
Luminance
0.1242
Every format
| HEX | #8f4792 |
| RGB | rgb(143, 71, 146) |
| HSL | hsl(298, 35%, 43%) |
| CMYK | cmyk(2%, 51%, 0%, 43%) |
| LAB | lab(41.9 41.7 -28.3) |
| LCH | lch(41.9 50.4 325.8) |
| OKLCH | oklch(0.516 0.139 325.8) |
Copy-ready code
/* CSS */
color: #8f4792;
background-color: #8f4792;
/* Tailwind (arbitrary) */
class="text-[#8f4792] bg-[#8f4792]"
/* SCSS */
$brand: #8f4792;
/* SwiftUI */
Color(red: 0.561, green: 0.278, blue: 0.573)
/* Android */
Color.parseColor("#8f4792")Accessibility — WCAG contrast
Aa
#8f4792 on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#8f4792 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red56.1%
Green27.8%
Blue57.3%
CMYK percentages
Cyan2.1%
Magenta51.4%
Yellow0.0%
Key (black)42.7%
Color previews
#8f4792 text on a black background
contrast 3.48:1
Card sample
#8f4792 text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8f4792;
Background color
Panel with #8f4792 background
background-color: #8f4792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8f4792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(143, 71, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(143, 71, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8f4792; background: linear-gradient(135deg, #8f4792, #924763);