#83186b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 24, 107
HSL
314°, 69%, 30%
CMYK
0, 82, 18, 49
Luminance
0.0654
Every format
| HEX | #83186b |
| RGB | rgb(131, 24, 107) |
| HSL | hsl(314, 69%, 30%) |
| CMYK | cmyk(0%, 82%, 18%, 49%) |
| LAB | lab(30.7 51.7 -21.6) |
| LCH | lch(30.7 56.0 337.3) |
| OKLCH | oklch(0.425 0.165 339.2) |
Copy-ready code
/* CSS */
color: #83186b;
background-color: #83186b;
/* Tailwind (arbitrary) */
class="text-[#83186b] bg-[#83186b]"
/* SCSS */
$brand: #83186b;
/* SwiftUI */
Color(red: 0.514, green: 0.094, blue: 0.420)
/* Android */
Color.parseColor("#83186b")Accessibility — WCAG contrast
Aa
#83186b on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83186b on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.4%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow18.3%
Key (black)48.6%
Color previews
#83186b text on a black background
contrast 2.31:1
Card sample
#83186b text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83186b;
Background color
Panel with #83186b background
background-color: #83186b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83186b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 24, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 24, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83186b; background: linear-gradient(135deg, #83186b, #831824);