#831663
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 22, 99
HSL
318°, 71%, 30%
CMYK
0, 83, 24, 49
Luminance
0.0630
Every format
| HEX | #831663 |
| RGB | rgb(131, 22, 99) |
| HSL | hsl(318, 71%, 30%) |
| CMYK | cmyk(0%, 83%, 24%, 49%) |
| LAB | lab(30.2 51.2 -17.3) |
| LCH | lch(30.2 54.0 341.3) |
| OKLCH | oklch(0.419 0.162 343.3) |
Copy-ready code
/* CSS */
color: #831663;
background-color: #831663;
/* Tailwind (arbitrary) */
class="text-[#831663] bg-[#831663]"
/* SCSS */
$brand: #831663;
/* SwiftUI */
Color(red: 0.514, green: 0.086, blue: 0.388)
/* Android */
Color.parseColor("#831663")Accessibility — WCAG contrast
Aa
#831663 on white: 9.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831663 on black: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green8.6%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow24.4%
Key (black)48.6%
Color previews
#831663 text on a black background
contrast 2.26:1
Card sample
#831663 text on a white background
contrast 9.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831663;
Background color
Panel with #831663 background
background-color: #831663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 22, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 22, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831663; background: linear-gradient(135deg, #831663, #83161A);