#831877
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 24, 119
HSL
307°, 69%, 30%
CMYK
0, 82, 9, 49
Luminance
0.0681
Every format
| HEX | #831877 |
| RGB | rgb(131, 24, 119) |
| HSL | hsl(307, 69%, 30%) |
| CMYK | cmyk(0%, 82%, 9%, 49%) |
| LAB | lab(31.4 53.5 -28.3) |
| LCH | lch(31.4 60.5 332.2) |
| OKLCH | oklch(0.431 0.173 333.4) |
Copy-ready code
/* CSS */
color: #831877;
background-color: #831877;
/* Tailwind (arbitrary) */
class="text-[#831877] bg-[#831877]"
/* SCSS */
$brand: #831877;
/* SwiftUI */
Color(red: 0.514, green: 0.094, blue: 0.467)
/* Android */
Color.parseColor("#831877")Accessibility — WCAG contrast
Aa
#831877 on white: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831877 on black: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.4%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow9.2%
Key (black)48.6%
Color previews
#831877 text on a black background
contrast 2.36:1
Card sample
#831877 text on a white background
contrast 8.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831877;
Background color
Panel with #831877 background
background-color: #831877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 24, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 24, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831877; background: linear-gradient(135deg, #831877, #831830);