#a54993
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
165, 73, 147
HSL
312°, 39%, 47%
CMYK
0, 56, 11, 35
Luminance
0.1487
Every format
| HEX | #a54993 |
| RGB | rgb(165, 73, 147) |
| HSL | hsl(312, 39%, 47%) |
| CMYK | cmyk(0%, 56%, 11%, 35%) |
| LAB | lab(45.5 47.4 -23.1) |
| LCH | lch(45.5 52.7 334.0) |
| OKLCH | oklch(0.549 0.151 335.6) |
Copy-ready code
/* CSS */
color: #a54993;
background-color: #a54993;
/* Tailwind (arbitrary) */
class="text-[#a54993] bg-[#a54993]"
/* SCSS */
$brand: #a54993;
/* SwiftUI */
Color(red: 0.647, green: 0.286, blue: 0.576)
/* Android */
Color.parseColor("#a54993")Accessibility — WCAG contrast
Aa
#a54993 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a54993 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green28.6%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta55.8%
Yellow10.9%
Key (black)35.3%
Color previews
#a54993 text on a black background
contrast 3.97:1
Card sample
#a54993 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a54993;
Background color
Panel with #a54993 background
background-color: #a54993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a54993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 73, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 73, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a54993; background: linear-gradient(135deg, #a54993, #A54956);