#831370
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 19, 112
HSL
310°, 75%, 29%
CMYK
0, 86, 15, 49
Luminance
0.0646
Every format
| HEX | #831370 |
| RGB | rgb(131, 19, 112) |
| HSL | hsl(310, 75%, 29%) |
| CMYK | cmyk(0%, 86%, 15%, 49%) |
| LAB | lab(30.6 53.8 -25.1) |
| LCH | lch(30.6 59.3 335.0) |
| OKLCH | oklch(0.424 0.173 336.6) |
Copy-ready code
/* CSS */
color: #831370;
background-color: #831370;
/* Tailwind (arbitrary) */
class="text-[#831370] bg-[#831370]"
/* SCSS */
$brand: #831370;
/* SwiftUI */
Color(red: 0.514, green: 0.075, blue: 0.439)
/* Android */
Color.parseColor("#831370")Accessibility — WCAG contrast
Aa
#831370 on white: 9.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831370 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green7.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow14.5%
Key (black)48.6%
Color previews
#831370 text on a black background
contrast 2.29:1
Card sample
#831370 text on a white background
contrast 9.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831370;
Background color
Panel with #831370 background
background-color: #831370;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831370;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 19, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 19, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831370; background: linear-gradient(135deg, #831370, #831325);