#a5496e
a balanced, soft magenta / pink · warm · closest name: plum
RGB
165, 73, 110
HSL
336°, 39%, 47%
CMYK
0, 56, 33, 35
Luminance
0.1389
Every format
| HEX | #a5496e |
| RGB | rgb(165, 73, 110) |
| HSL | hsl(336, 39%, 47%) |
| CMYK | cmyk(0%, 56%, 33%, 35%) |
| LAB | lab(44.1 41.9 -2.7) |
| LCH | lch(44.1 42.0 356.3) |
| OKLCH | oklch(0.534 0.128 357.1) |
Copy-ready code
/* CSS */
color: #a5496e;
background-color: #a5496e;
/* Tailwind (arbitrary) */
class="text-[#a5496e] bg-[#a5496e]"
/* SCSS */
$brand: #a5496e;
/* SwiftUI */
Color(red: 0.647, green: 0.286, blue: 0.431)
/* Android */
Color.parseColor("#a5496e")Accessibility — WCAG contrast
Aa
#a5496e on white: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a5496e on black: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green28.6%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow33.3%
Key (black)35.3%
Color previews
#a5496e text on a black background
contrast 3.78:1
Card sample
#a5496e text on a white background
contrast 5.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5496e;
Background color
Panel with #a5496e background
background-color: #a5496e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5496e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 73, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 73, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5496e; background: linear-gradient(135deg, #a5496e, #A56149);