#5e1a3c
a deep, vivid magenta / pink · warm · closest name: black
RGB
94, 26, 60
HSL
330°, 57%, 24%
CMYK
0, 72, 36, 63
Luminance
0.0344
Every format
| HEX | #5e1a3c |
| RGB | rgb(94, 26, 60) |
| HSL | hsl(330, 57%, 24%) |
| CMYK | cmyk(0%, 72%, 36%, 63%) |
| LAB | lab(21.8 34.2 -4.8) |
| LCH | lch(21.8 34.5 352.1) |
| OKLCH | oklch(0.339 0.105 353.4) |
Copy-ready code
/* CSS */
color: #5e1a3c;
background-color: #5e1a3c;
/* Tailwind (arbitrary) */
class="text-[#5e1a3c] bg-[#5e1a3c]"
/* SCSS */
$brand: #5e1a3c;
/* SwiftUI */
Color(red: 0.369, green: 0.102, blue: 0.235)
/* Android */
Color.parseColor("#5e1a3c")Accessibility — WCAG contrast
Aa
#5e1a3c on white: 12.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e1a3c on black: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green10.2%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow36.2%
Key (black)63.1%
Color previews
#5e1a3c text on a black background
contrast 1.69:1
Card sample
#5e1a3c text on a white background
contrast 12.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e1a3c;
Background color
Panel with #5e1a3c background
background-color: #5e1a3c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e1a3c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 26, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 26, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e1a3c; background: linear-gradient(135deg, #5e1a3c, #5E251A);