#5f153f
a deep, vivid magenta / pink · warm · closest name: purple
RGB
95, 21, 63
HSL
326°, 64%, 23%
CMYK
0, 78, 34, 63
Luminance
0.0333
Every format
| HEX | #5f153f |
| RGB | rgb(95, 21, 63) |
| HSL | hsl(326, 64%, 23%) |
| CMYK | cmyk(0%, 78%, 34%, 63%) |
| LAB | lab(21.3 37.0 -7.5) |
| LCH | lch(21.3 37.7 348.6) |
| OKLCH | oklch(0.337 0.115 350.3) |
Copy-ready code
/* CSS */
color: #5f153f;
background-color: #5f153f;
/* Tailwind (arbitrary) */
class="text-[#5f153f] bg-[#5f153f]"
/* SCSS */
$brand: #5f153f;
/* SwiftUI */
Color(red: 0.373, green: 0.082, blue: 0.247)
/* Android */
Color.parseColor("#5f153f")Accessibility — WCAG contrast
Aa
#5f153f on white: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f153f on black: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green8.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow33.7%
Key (black)62.7%
Color previews
#5f153f text on a black background
contrast 1.67:1
Card sample
#5f153f text on a white background
contrast 12.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f153f;
Background color
Panel with #5f153f background
background-color: #5f153f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f153f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 21, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 21, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f153f; background: linear-gradient(135deg, #5f153f, #5F1C15);