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