#83245f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
131, 36, 95
HSL
323°, 57%, 33%
CMYK
0, 73, 28, 49
Luminance
0.0691
Every format
| HEX | #83245f |
| RGB | rgb(131, 36, 95) |
| HSL | hsl(323, 57%, 33%) |
| CMYK | cmyk(0%, 73%, 28%, 49%) |
| LAB | lab(31.6 46.0 -12.5) |
| LCH | lch(31.6 47.7 344.8) |
| OKLCH | oklch(0.429 0.143 346.7) |
Copy-ready code
/* CSS */
color: #83245f;
background-color: #83245f;
/* Tailwind (arbitrary) */
class="text-[#83245f] bg-[#83245f]"
/* SCSS */
$brand: #83245f;
/* SwiftUI */
Color(red: 0.514, green: 0.141, blue: 0.373)
/* Android */
Color.parseColor("#83245f")Accessibility — WCAG contrast
Aa
#83245f on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83245f on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green14.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow27.5%
Key (black)48.6%
Color previews
#83245f text on a black background
contrast 2.38:1
Card sample
#83245f text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83245f;
Background color
Panel with #83245f background
background-color: #83245f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83245f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 36, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 36, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83245f; background: linear-gradient(135deg, #83245f, #832824);