#a5388d
a dark, vivid magenta / pink · warm · closest name: purple
RGB
165, 56, 141
HSL
313°, 49%, 43%
CMYK
0, 66, 15, 35
Luminance
0.1275
Every format
| HEX | #a5388d |
| RGB | rgb(165, 56, 141) |
| HSL | hsl(313, 49%, 43%) |
| CMYK | cmyk(0%, 66%, 15%, 35%) |
| LAB | lab(42.4 54.1 -24.2) |
| LCH | lch(42.4 59.3 335.9) |
| OKLCH | oklch(0.526 0.172 337.6) |
Copy-ready code
/* CSS */
color: #a5388d;
background-color: #a5388d;
/* Tailwind (arbitrary) */
class="text-[#a5388d] bg-[#a5388d]"
/* SCSS */
$brand: #a5388d;
/* SwiftUI */
Color(red: 0.647, green: 0.220, blue: 0.553)
/* Android */
Color.parseColor("#a5388d")Accessibility — WCAG contrast
Aa
#a5388d on white: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a5388d on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green22.0%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta66.1%
Yellow14.5%
Key (black)35.3%
Color previews
#a5388d text on a black background
contrast 3.55:1
Card sample
#a5388d text on a white background
contrast 5.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5388d;
Background color
Panel with #a5388d background
background-color: #a5388d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5388d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 56, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 56, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5388d; background: linear-gradient(135deg, #a5388d, #A53844);