#831093
a dark, electric magenta / pink · warm · closest name: purple
RGB
131, 16, 147
HSL
293°, 80%, 32%
CMYK
11, 89, 0, 42
Luminance
0.0730
Every format
| HEX | #831093 |
| RGB | rgb(131, 16, 147) |
| HSL | hsl(293, 80%, 32%) |
| CMYK | cmyk(11%, 89%, 0%, 42%) |
| LAB | lab(32.5 60.1 -43.9) |
| LCH | lch(32.5 74.4 323.8) |
| OKLCH | oklch(0.445 0.201 322.1) |
Copy-ready code
/* CSS */
color: #831093;
background-color: #831093;
/* Tailwind (arbitrary) */
class="text-[#831093] bg-[#831093]"
/* SCSS */
$brand: #831093;
/* SwiftUI */
Color(red: 0.514, green: 0.063, blue: 0.576)
/* Android */
Color.parseColor("#831093")Accessibility — WCAG contrast
Aa
#831093 on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831093 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green6.3%
Blue57.6%
CMYK percentages
Cyan10.9%
Magenta89.1%
Yellow0.0%
Key (black)42.4%
Color previews
#831093 text on a black background
contrast 2.46:1
Card sample
#831093 text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831093;
Background color
Panel with #831093 background
background-color: #831093;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831093;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 16, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 16, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831093; background: linear-gradient(135deg, #831093, #93104C);