#5f183d
a deep, vivid magenta / pink · warm · closest name: purple
RGB
95, 24, 61
HSL
329°, 60%, 23%
CMYK
0, 75, 36, 63
Luminance
0.0342
Every format
| HEX | #5f183d |
| RGB | rgb(95, 24, 61) |
| HSL | hsl(329, 60%, 23%) |
| CMYK | cmyk(0%, 75%, 36%, 63%) |
| LAB | lab(21.7 35.5 -5.5) |
| LCH | lch(21.7 35.9 351.1) |
| OKLCH | oklch(0.339 0.109 352.5) |
Copy-ready code
/* CSS */
color: #5f183d;
background-color: #5f183d;
/* Tailwind (arbitrary) */
class="text-[#5f183d] bg-[#5f183d]"
/* SCSS */
$brand: #5f183d;
/* SwiftUI */
Color(red: 0.373, green: 0.094, blue: 0.239)
/* Android */
Color.parseColor("#5f183d")Accessibility — WCAG contrast
Aa
#5f183d on white: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f183d on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green9.4%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta74.7%
Yellow35.8%
Key (black)62.7%
Color previews
#5f183d text on a black background
contrast 1.68:1
Card sample
#5f183d text on a white background
contrast 12.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f183d;
Background color
Panel with #5f183d background
background-color: #5f183d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f183d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 24, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 24, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f183d; background: linear-gradient(135deg, #5f183d, #5F2218);