#83005f
a dark, electric magenta / pink · warm · closest name: purple
RGB
131, 0, 95
HSL
317°, 100%, 26%
CMYK
0, 100, 28, 49
Luminance
0.0565
Every format
| HEX | #83005f |
| RGB | rgb(131, 0, 95) |
| HSL | hsl(317, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 28%, 49%) |
| LAB | lab(28.5 54.9 -17.3) |
| LCH | lch(28.5 57.5 342.5) |
| OKLCH | oklch(0.407 0.173 344.6) |
Copy-ready code
/* CSS */
color: #83005f;
background-color: #83005f;
/* Tailwind (arbitrary) */
class="text-[#83005f] bg-[#83005f]"
/* SCSS */
$brand: #83005f;
/* SwiftUI */
Color(red: 0.514, green: 0.000, blue: 0.373)
/* Android */
Color.parseColor("#83005f")Accessibility — WCAG contrast
Aa
#83005f on white: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#83005f on black: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green0.0%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow27.5%
Key (black)48.6%
Color previews
#83005f text on a black background
contrast 2.13:1
Card sample
#83005f text on a white background
contrast 9.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83005f;
Background color
Panel with #83005f background
background-color: #83005f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83005f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 0, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 0, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83005f; background: linear-gradient(135deg, #83005f, #830008);