#831762
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 23, 98
HSL
318°, 70%, 30%
CMYK
0, 82, 25, 49
Luminance
0.0632
Every format
| HEX | #831762 |
| RGB | rgb(131, 23, 98) |
| HSL | hsl(318, 70%, 30%) |
| CMYK | cmyk(0%, 82%, 25%, 49%) |
| LAB | lab(30.2 50.8 -16.6) |
| LCH | lch(30.2 53.4 341.9) |
| OKLCH | oklch(0.420 0.160 343.9) |
Copy-ready code
/* CSS */
color: #831762;
background-color: #831762;
/* Tailwind (arbitrary) */
class="text-[#831762] bg-[#831762]"
/* SCSS */
$brand: #831762;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.384)
/* Android */
Color.parseColor("#831762")Accessibility — WCAG contrast
Aa
#831762 on white: 9.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831762 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue38.4%
CMYK percentages
Cyan0.0%
Magenta82.4%
Yellow25.2%
Key (black)48.6%
Color previews
#831762 text on a black background
contrast 2.26:1
Card sample
#831762 text on a white background
contrast 9.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831762;
Background color
Panel with #831762 background
background-color: #831762;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831762;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831762; background: linear-gradient(135deg, #831762, #83171A);