#831788
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 23, 136
HSL
297°, 71%, 31%
CMYK
4, 83, 0, 47
Luminance
0.0722
Every format
| HEX | #831788 |
| RGB | rgb(131, 23, 136) |
| HSL | hsl(297, 71%, 31%) |
| CMYK | cmyk(4%, 83%, 0%, 47%) |
| LAB | lab(32.3 56.6 -37.4) |
| LCH | lch(32.3 67.8 326.5) |
| OKLCH | oklch(0.441 0.187 326.1) |
Copy-ready code
/* CSS */
color: #831788;
background-color: #831788;
/* Tailwind (arbitrary) */
class="text-[#831788] bg-[#831788]"
/* SCSS */
$brand: #831788;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.533)
/* Android */
Color.parseColor("#831788")Accessibility — WCAG contrast
Aa
#831788 on white: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831788 on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue53.3%
CMYK percentages
Cyan3.7%
Magenta83.1%
Yellow0.0%
Key (black)46.7%
Color previews
#831788 text on a black background
contrast 2.44:1
Card sample
#831788 text on a white background
contrast 8.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831788;
Background color
Panel with #831788 background
background-color: #831788;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831788;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831788; background: linear-gradient(135deg, #831788, #881742);