#83207f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 32, 127
HSL
302°, 61%, 32%
CMYK
0, 76, 3, 49
Luminance
0.0739
Every format
| HEX | #83207f |
| RGB | rgb(131, 32, 127) |
| HSL | hsl(302, 61%, 32%) |
| CMYK | cmyk(0%, 76%, 3%, 49%) |
| LAB | lab(32.7 52.4 -31.2) |
| LCH | lch(32.7 61.0 329.2) |
| OKLCH | oklch(0.442 0.171 329.8) |
Copy-ready code
/* CSS */
color: #83207f;
background-color: #83207f;
/* Tailwind (arbitrary) */
class="text-[#83207f] bg-[#83207f]"
/* SCSS */
$brand: #83207f;
/* SwiftUI */
Color(red: 0.514, green: 0.125, blue: 0.498)
/* Android */
Color.parseColor("#83207f")Accessibility — WCAG contrast
Aa
#83207f on white: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83207f on black: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green12.5%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta75.6%
Yellow3.1%
Key (black)48.6%
Color previews
#83207f text on a black background
contrast 2.48:1
Card sample
#83207f text on a white background
contrast 8.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83207f;
Background color
Panel with #83207f background
background-color: #83207f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83207f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 32, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 32, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83207f; background: linear-gradient(135deg, #83207f, #83203D);