#831791
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 23, 145
HSL
293°, 73%, 33%
CMYK
10, 84, 0, 43
Luminance
0.0748
Every format
| HEX | #831791 |
| RGB | rgb(131, 23, 145) |
| HSL | hsl(293, 73%, 33%) |
| CMYK | cmyk(10%, 84%, 0%, 43%) |
| LAB | lab(32.9 58.1 -42.1) |
| LCH | lch(32.9 71.8 324.1) |
| OKLCH | oklch(0.447 0.194 322.7) |
Copy-ready code
/* CSS */
color: #831791;
background-color: #831791;
/* Tailwind (arbitrary) */
class="text-[#831791] bg-[#831791]"
/* SCSS */
$brand: #831791;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.569)
/* Android */
Color.parseColor("#831791")Accessibility — WCAG contrast
Aa
#831791 on white: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831791 on black: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue56.9%
CMYK percentages
Cyan9.7%
Magenta84.1%
Yellow0.0%
Key (black)43.1%
Color previews
#831791 text on a black background
contrast 2.50:1
Card sample
#831791 text on a white background
contrast 8.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831791;
Background color
Panel with #831791 background
background-color: #831791;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831791;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831791; background: linear-gradient(135deg, #831791, #91174E);