#83246b
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 36, 107
HSL
315°, 57%, 33%
CMYK
0, 73, 18, 49
Luminance
0.0715
Every format
| HEX | #83246b |
| RGB | rgb(131, 36, 107) |
| HSL | hsl(315, 57%, 33%) |
| CMYK | cmyk(0%, 73%, 18%, 49%) |
| LAB | lab(32.1 47.7 -19.4) |
| LCH | lch(32.1 51.5 337.9) |
| OKLCH | oklch(0.435 0.151 339.7) |
Copy-ready code
/* CSS */
color: #83246b;
background-color: #83246b;
/* Tailwind (arbitrary) */
class="text-[#83246b] bg-[#83246b]"
/* SCSS */
$brand: #83246b;
/* SwiftUI */
Color(red: 0.514, green: 0.141, blue: 0.420)
/* Android */
Color.parseColor("#83246b")Accessibility — WCAG contrast
Aa
#83246b on white: 8.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83246b on black: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green14.1%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow18.3%
Key (black)48.6%
Color previews
#83246b text on a black background
contrast 2.43:1
Card sample
#83246b text on a white background
contrast 8.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83246b;
Background color
Panel with #83246b background
background-color: #83246b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83246b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 36, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 36, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83246b; background: linear-gradient(135deg, #83246b, #83242C);