#5f1f5d
a deep, vivid magenta / pink · warm · closest name: purple
RGB
95, 31, 93
HSL
302°, 51%, 25%
CMYK
0, 67, 2, 63
Luminance
0.0420
Every format
| HEX | #5f1f5d |
| RGB | rgb(95, 31, 93) |
| HSL | hsl(302, 51%, 25%) |
| CMYK | cmyk(0%, 67%, 2%, 63%) |
| LAB | lab(24.3 37.6 -23.0) |
| LCH | lch(24.3 44.0 328.5) |
| OKLCH | oklch(0.364 0.123 329.0) |
Copy-ready code
/* CSS */
color: #5f1f5d;
background-color: #5f1f5d;
/* Tailwind (arbitrary) */
class="text-[#5f1f5d] bg-[#5f1f5d]"
/* SCSS */
$brand: #5f1f5d;
/* SwiftUI */
Color(red: 0.373, green: 0.122, blue: 0.365)
/* Android */
Color.parseColor("#5f1f5d")Accessibility — WCAG contrast
Aa
#5f1f5d on white: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f1f5d on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green12.2%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta67.4%
Yellow2.1%
Key (black)62.7%
Color previews
#5f1f5d text on a black background
contrast 1.84:1
Card sample
#5f1f5d text on a white background
contrast 11.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f1f5d;
Background color
Panel with #5f1f5d background
background-color: #5f1f5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f1f5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 31, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 31, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f1f5d; background: linear-gradient(135deg, #5f1f5d, #5F1F32);