#832157
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 33, 87
HSL
327°, 60%, 32%
CMYK
0, 75, 34, 49
Luminance
0.0660
Every format
| HEX | #832157 |
| RGB | rgb(131, 33, 87) |
| HSL | hsl(327, 60%, 32%) |
| CMYK | cmyk(0%, 75%, 34%, 49%) |
| LAB | lab(30.9 46.1 -8.4) |
| LCH | lch(30.9 46.9 349.6) |
| OKLCH | oklch(0.423 0.143 351.2) |
Copy-ready code
/* CSS */
color: #832157;
background-color: #832157;
/* Tailwind (arbitrary) */
class="text-[#832157] bg-[#832157]"
/* SCSS */
$brand: #832157;
/* SwiftUI */
Color(red: 0.514, green: 0.129, blue: 0.341)
/* Android */
Color.parseColor("#832157")Accessibility — WCAG contrast
Aa
#832157 on white: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#832157 on black: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green12.9%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta74.8%
Yellow33.6%
Key (black)48.6%
Color previews
#832157 text on a black background
contrast 2.32:1
Card sample
#832157 text on a white background
contrast 9.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #832157;
Background color
Panel with #832157 background
background-color: #832157;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #832157;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 33, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 33, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #832157; background: linear-gradient(135deg, #832157, #832C21);