#831853
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 24, 83
HSL
327°, 69%, 30%
CMYK
0, 82, 37, 49
Luminance
0.0610
Every format
| HEX | #831853 |
| RGB | rgb(131, 24, 83) |
| HSL | hsl(327, 69%, 30%) |
| CMYK | cmyk(0%, 82%, 37%, 49%) |
| LAB | lab(29.7 48.6 -7.6) |
| LCH | lch(29.7 49.2 351.1) |
| OKLCH | oklch(0.414 0.151 352.5) |
Copy-ready code
/* CSS */
color: #831853;
background-color: #831853;
/* Tailwind (arbitrary) */
class="text-[#831853] bg-[#831853]"
/* SCSS */
$brand: #831853;
/* SwiftUI */
Color(red: 0.514, green: 0.094, blue: 0.325)
/* Android */
Color.parseColor("#831853")Accessibility — WCAG contrast
Aa
#831853 on white: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831853 on black: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.4%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta81.7%
Yellow36.6%
Key (black)48.6%
Color previews
#831853 text on a black background
contrast 2.22:1
Card sample
#831853 text on a white background
contrast 9.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831853;
Background color
Panel with #831853 background
background-color: #831853;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831853;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 24, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 24, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831853; background: linear-gradient(135deg, #831853, #832418);