#83148f
a dark, electric magenta / pink · warm · closest name: purple
RGB
131, 20, 143
HSL
294°, 76%, 32%
CMYK
8, 86, 0, 44
Luminance
0.0731
Every format
| HEX | #83148f |
| RGB | rgb(131, 20, 143) |
| HSL | hsl(294, 76%, 32%) |
| CMYK | cmyk(8%, 86%, 0%, 44%) |
| LAB | lab(32.5 58.5 -41.4) |
| LCH | lch(32.5 71.7 324.7) |
| OKLCH | oklch(0.444 0.195 323.5) |
Copy-ready code
/* CSS */
color: #83148f;
background-color: #83148f;
/* Tailwind (arbitrary) */
class="text-[#83148f] bg-[#83148f]"
/* SCSS */
$brand: #83148f;
/* SwiftUI */
Color(red: 0.514, green: 0.078, blue: 0.561)
/* Android */
Color.parseColor("#83148f")Accessibility — WCAG contrast
Aa
#83148f on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83148f on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green7.8%
Blue56.1%
CMYK percentages
Cyan8.4%
Magenta86.0%
Yellow0.0%
Key (black)43.9%
Color previews
#83148f text on a black background
contrast 2.46:1
Card sample
#83148f text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83148f;
Background color
Panel with #83148f background
background-color: #83148f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83148f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 20, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 20, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83148f; background: linear-gradient(135deg, #83148f, #8F1449);