#a54287
a balanced, soft magenta / pink · warm · closest name: purple
RGB
165, 66, 135
HSL
318°, 43%, 45%
CMYK
0, 60, 18, 35
Luminance
0.1365
Every format
| HEX | #a54287 |
| RGB | rgb(165, 66, 135) |
| HSL | hsl(318, 43%, 45%) |
| CMYK | cmyk(0%, 60%, 18%, 35%) |
| LAB | lab(43.7 48.8 -18.5) |
| LCH | lch(43.7 52.2 339.2) |
| OKLCH | oklch(0.535 0.153 341.1) |
Copy-ready code
/* CSS */
color: #a54287;
background-color: #a54287;
/* Tailwind (arbitrary) */
class="text-[#a54287] bg-[#a54287]"
/* SCSS */
$brand: #a54287;
/* SwiftUI */
Color(red: 0.647, green: 0.259, blue: 0.529)
/* Android */
Color.parseColor("#a54287")Accessibility — WCAG contrast
Aa
#a54287 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a54287 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green25.9%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow18.2%
Key (black)35.3%
Color previews
#a54287 text on a black background
contrast 3.73:1
Card sample
#a54287 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a54287;
Background color
Panel with #a54287 background
background-color: #a54287;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a54287;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 66, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 66, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a54287; background: linear-gradient(135deg, #a54287, #A54245);