#a54079
a dark, soft magenta / pink · warm · closest name: purple
RGB
165, 64, 121
HSL
326°, 44%, 45%
CMYK
0, 61, 27, 35
Luminance
0.1305
Every format
| HEX | #a54079 |
| RGB | rgb(165, 64, 121) |
| HSL | hsl(326, 44%, 45%) |
| CMYK | cmyk(0%, 61%, 27%, 35%) |
| LAB | lab(42.8 47.7 -11.3) |
| LCH | lch(42.8 49.0 346.7) |
| OKLCH | oklch(0.526 0.147 348.4) |
Copy-ready code
/* CSS */
color: #a54079;
background-color: #a54079;
/* Tailwind (arbitrary) */
class="text-[#a54079] bg-[#a54079]"
/* SCSS */
$brand: #a54079;
/* SwiftUI */
Color(red: 0.647, green: 0.251, blue: 0.475)
/* Android */
Color.parseColor("#a54079")Accessibility — WCAG contrast
Aa
#a54079 on white: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a54079 on black: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green25.1%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow26.7%
Key (black)35.3%
Color previews
#a54079 text on a black background
contrast 3.61:1
Card sample
#a54079 text on a white background
contrast 5.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a54079;
Background color
Panel with #a54079 background
background-color: #a54079;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a54079;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 64, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 64, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a54079; background: linear-gradient(135deg, #a54079, #A54A40);