#5e1a4d
a deep, vivid magenta / pink · warm · closest name: purple
RGB
94, 26, 77
HSL
315°, 57%, 24%
CMYK
0, 72, 18, 63
Luminance
0.0365
Every format
| HEX | #5e1a4d |
| RGB | rgb(94, 26, 77) |
| HSL | hsl(315, 57%, 24%) |
| CMYK | cmyk(0%, 72%, 18%, 63%) |
| LAB | lab(22.5 36.7 -15.2) |
| LCH | lch(22.5 39.7 337.5) |
| OKLCH | oklch(0.347 0.116 339.3) |
Copy-ready code
/* CSS */
color: #5e1a4d;
background-color: #5e1a4d;
/* Tailwind (arbitrary) */
class="text-[#5e1a4d] bg-[#5e1a4d]"
/* SCSS */
$brand: #5e1a4d;
/* SwiftUI */
Color(red: 0.369, green: 0.102, blue: 0.302)
/* Android */
Color.parseColor("#5e1a4d")Accessibility — WCAG contrast
Aa
#5e1a4d on white: 12.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e1a4d on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green10.2%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta72.3%
Yellow18.1%
Key (black)63.1%
Color previews
#5e1a4d text on a black background
contrast 1.73:1
Card sample
#5e1a4d text on a white background
contrast 12.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e1a4d;
Background color
Panel with #5e1a4d background
background-color: #5e1a4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e1a4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 26, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 26, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e1a4d; background: linear-gradient(135deg, #5e1a4d, #5E1A20);