#831790
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 23, 144
HSL
294°, 73%, 33%
CMYK
9, 84, 0, 44
Luminance
0.0745
Every format
| HEX | #831790 |
| RGB | rgb(131, 23, 144) |
| HSL | hsl(294, 73%, 33%) |
| CMYK | cmyk(9%, 84%, 0%, 44%) |
| LAB | lab(32.8 58.0 -41.5) |
| LCH | lch(32.8 71.3 324.4) |
| OKLCH | oklch(0.447 0.193 323.0) |
Copy-ready code
/* CSS */
color: #831790;
background-color: #831790;
/* Tailwind (arbitrary) */
class="text-[#831790] bg-[#831790]"
/* SCSS */
$brand: #831790;
/* SwiftUI */
Color(red: 0.514, green: 0.090, blue: 0.565)
/* Android */
Color.parseColor("#831790")Accessibility — WCAG contrast
Aa
#831790 on white: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831790 on black: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green9.0%
Blue56.5%
CMYK percentages
Cyan9.0%
Magenta84.0%
Yellow0.0%
Key (black)43.5%
Color previews
#831790 text on a black background
contrast 2.49:1
Card sample
#831790 text on a white background
contrast 8.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831790;
Background color
Panel with #831790 background
background-color: #831790;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831790;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 23, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 23, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831790; background: linear-gradient(135deg, #831790, #90174C);