#831787
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 23, 135
HSL
298°, 71%, 31%
CMYK
3, 83, 0, 47
Luminance
0.0719
Every format
| HEX | #831787 |
| RGB | rgb(131, 23, 135) |
| HSL | hsl(298, 71%, 31%) |
| CMYK | cmyk(3%, 83%, 0%, 47%) |
| LAB | lab(32.2 56.4 -36.9) |
| LCH | lch(32.2 67.4 326.8) |
| OKLCH | oklch(0.441 0.186 326.5) |
Copy-ready code
/* CSS */
color: #831787;
background-color: #831787;
/* Tailwind (arbitrary) */
class="text-[#831787] bg-[#831787]"
/* SCSS */
$brand: #831787;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.529)
/* Android */
Color.parseColor("#831787")Accessibility — WCAG contrast
Aa
#831787 on white: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831787 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue52.9%
CMYK percentages
Cyan3.0%
Magenta83.0%
Yellow0.0%
Key (black)47.1%
Color previews
#831787 text on a black background
contrast 2.44:1
Card sample
#831787 text on a white background
contrast 8.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831787;
Background color
Panel with #831787 background
background-color: #831787;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831787;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831787; background: linear-gradient(135deg, #831787, #871740);