#5f104f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
95, 16, 79
HSL
312°, 71%, 22%
CMYK
0, 83, 17, 63
Luminance
0.0337
Every format
| HEX | #5f104f |
| RGB | rgb(95, 16, 79) |
| HSL | hsl(312, 71%, 22%) |
| CMYK | cmyk(0%, 83%, 17%, 63%) |
| LAB | lab(21.5 41.0 -18.2) |
| LCH | lch(21.5 44.9 336.1) |
| OKLCH | oklch(0.340 0.131 337.9) |
Copy-ready code
/* CSS */
color: #5f104f;
background-color: #5f104f;
/* Tailwind (arbitrary) */
class="text-[#5f104f] bg-[#5f104f]"
/* SCSS */
$brand: #5f104f;
/* SwiftUI */
Color(red: 0.373, green: 0.063, blue: 0.310)
/* Android */
Color.parseColor("#5f104f")Accessibility — WCAG contrast
Aa
#5f104f on white: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f104f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green6.3%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow16.8%
Key (black)62.7%
Color previews
#5f104f text on a black background
contrast 1.67:1
Card sample
#5f104f text on a white background
contrast 12.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f104f;
Background color
Panel with #5f104f background
background-color: #5f104f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f104f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 16, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 16, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f104f; background: linear-gradient(135deg, #5f104f, #5F101A);