#831786
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 23, 134
HSL
298°, 71%, 31%
CMYK
2, 83, 0, 48
Luminance
0.0716
Every format
| HEX | #831786 |
| RGB | rgb(131, 23, 134) |
| HSL | hsl(298, 71%, 31%) |
| CMYK | cmyk(2%, 83%, 0%, 48%) |
| LAB | lab(32.2 56.2 -36.4) |
| LCH | lch(32.2 67.0 327.1) |
| OKLCH | oklch(0.440 0.185 326.9) |
Copy-ready code
/* CSS */
color: #831786;
background-color: #831786;
/* Tailwind (arbitrary) */
class="text-[#831786] bg-[#831786]"
/* SCSS */
$brand: #831786;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.525)
/* Android */
Color.parseColor("#831786")Accessibility — WCAG contrast
Aa
#831786 on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831786 on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue52.5%
CMYK percentages
Cyan2.2%
Magenta82.8%
Yellow0.0%
Key (black)47.5%
Color previews
#831786 text on a black background
contrast 2.43:1
Card sample
#831786 text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831786;
Background color
Panel with #831786 background
background-color: #831786;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831786;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831786; background: linear-gradient(135deg, #831786, #86173F);