#5f112b
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
95, 17, 43
HSL
340°, 70%, 22%
CMYK
0, 82, 55, 63
Luminance
0.0301
Every format
| HEX | #5f112b |
| RGB | rgb(95, 17, 43) |
| HSL | hsl(340, 70%, 22%) |
| CMYK | cmyk(0%, 82%, 55%, 63%) |
| LAB | lab(20.1 36.2 4.7) |
| LCH | lch(20.1 36.5 7.4) |
| OKLCH | oklch(0.325 0.111 6.4) |
Copy-ready code
/* CSS */
color: #5f112b;
background-color: #5f112b;
/* Tailwind (arbitrary) */
class="text-[#5f112b] bg-[#5f112b]"
/* SCSS */
$brand: #5f112b;
/* SwiftUI */
Color(red: 0.373, green: 0.067, blue: 0.169)
/* Android */
Color.parseColor("#5f112b")Accessibility — WCAG contrast
Aa
#5f112b on white: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5f112b on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green6.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow54.7%
Key (black)62.7%
Color previews
#5f112b text on a black background
contrast 1.60:1
Card sample
#5f112b text on a white background
contrast 13.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5f112b;
Background color
Panel with #5f112b background
background-color: #5f112b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5f112b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 17, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 17, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5f112b; background: linear-gradient(135deg, #5f112b, #5F2B11);