#a573af
a balanced, soft magenta / pink · warm · closest name: plum
RGB
165, 115, 175
HSL
290°, 27%, 57%
CMYK
6, 34, 0, 31
Luminance
0.2336
Every format
| HEX | #a573af |
| RGB | rgb(165, 115, 175) |
| HSL | hsl(290, 27%, 57%) |
| CMYK | cmyk(6%, 34%, 0%, 31%) |
| LAB | lab(55.4 30.2 -24.1) |
| LCH | lch(55.4 38.6 321.3) |
| OKLCH | oklch(0.628 0.104 320.7) |
Copy-ready code
/* CSS */
color: #a573af;
background-color: #a573af;
/* Tailwind (arbitrary) */
class="text-[#a573af] bg-[#a573af]"
/* SCSS */
$brand: #a573af;
/* SwiftUI */
Color(red: 0.647, green: 0.451, blue: 0.686)
/* Android */
Color.parseColor("#a573af")Accessibility — WCAG contrast
Aa
#a573af on white: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a573af on black: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green45.1%
Blue68.6%
CMYK percentages
Cyan5.7%
Magenta34.3%
Yellow0.0%
Key (black)31.4%
Color previews
#a573af text on a black background
contrast 5.67:1
Card sample
#a573af text on a white background
contrast 3.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a573af;
Background color
Panel with #a573af background
background-color: #a573af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a573af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 115, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 115, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a573af; background: linear-gradient(135deg, #a573af, #AF7391);