#a34b8d
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
163, 75, 141
HSL
315°, 37%, 47%
CMYK
0, 54, 14, 36
Luminance
0.1474
Every format
| HEX | #a34b8d |
| RGB | rgb(163, 75, 141) |
| HSL | hsl(315, 37%, 47%) |
| CMYK | cmyk(0%, 54%, 14%, 36%) |
| LAB | lab(45.3 44.8 -19.8) |
| LCH | lch(45.3 49.0 336.2) |
| OKLCH | oklch(0.547 0.142 337.9) |
Copy-ready code
/* CSS */
color: #a34b8d;
background-color: #a34b8d;
/* Tailwind (arbitrary) */
class="text-[#a34b8d] bg-[#a34b8d]"
/* SCSS */
$brand: #a34b8d;
/* SwiftUI */
Color(red: 0.639, green: 0.294, blue: 0.553)
/* Android */
Color.parseColor("#a34b8d")Accessibility — WCAG contrast
Aa
#a34b8d on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a34b8d on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green29.4%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow13.5%
Key (black)36.1%
Color previews
#a34b8d text on a black background
contrast 3.95:1
Card sample
#a34b8d text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a34b8d;
Background color
Panel with #a34b8d background
background-color: #a34b8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a34b8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 75, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 75, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a34b8d; background: linear-gradient(135deg, #a34b8d, #A34B52);