#5b2a4f
a dark, soft magenta / pink · warm · closest name: midnightblue
RGB
91, 42, 79
HSL
315°, 37%, 26%
CMYK
0, 54, 13, 64
Luminance
0.0444
Every format
| HEX | #5b2a4f |
| RGB | rgb(91, 42, 79) |
| HSL | hsl(315, 37%, 26%) |
| CMYK | cmyk(0%, 54%, 13%, 64%) |
| LAB | lab(25.1 27.9 -12.6) |
| LCH | lch(25.1 30.6 335.7) |
| OKLCH | oklch(0.366 0.088 337.4) |
Copy-ready code
/* CSS */
color: #5b2a4f;
background-color: #5b2a4f;
/* Tailwind (arbitrary) */
class="text-[#5b2a4f] bg-[#5b2a4f]"
/* SCSS */
$brand: #5b2a4f;
/* SwiftUI */
Color(red: 0.357, green: 0.165, blue: 0.310)
/* Android */
Color.parseColor("#5b2a4f")Accessibility — WCAG contrast
Aa
#5b2a4f on white: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5b2a4f on black: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green16.5%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow13.2%
Key (black)64.3%
Color previews
#5b2a4f text on a black background
contrast 1.89:1
Card sample
#5b2a4f text on a white background
contrast 11.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5b2a4f;
Background color
Panel with #5b2a4f background
background-color: #5b2a4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5b2a4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 42, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 42, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5b2a4f; background: linear-gradient(135deg, #5b2a4f, #5B2A2E);