#a34b82
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
163, 75, 130
HSL
323°, 37%, 47%
CMYK
0, 54, 20, 36
Luminance
0.1443
Every format
| HEX | #a34b82 |
| RGB | rgb(163, 75, 130) |
| HSL | hsl(323, 37%, 47%) |
| CMYK | cmyk(0%, 54%, 20%, 36%) |
| LAB | lab(44.9 43.1 -13.8) |
| LCH | lch(44.9 45.2 342.3) |
| OKLCH | oklch(0.542 0.134 344.1) |
Copy-ready code
/* CSS */
color: #a34b82;
background-color: #a34b82;
/* Tailwind (arbitrary) */
class="text-[#a34b82] bg-[#a34b82]"
/* SCSS */
$brand: #a34b82;
/* SwiftUI */
Color(red: 0.639, green: 0.294, blue: 0.510)
/* Android */
Color.parseColor("#a34b82")Accessibility — WCAG contrast
Aa
#a34b82 on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a34b82 on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green29.4%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow20.2%
Key (black)36.1%
Color previews
#a34b82 text on a black background
contrast 3.89:1
Card sample
#a34b82 text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a34b82;
Background color
Panel with #a34b82 background
background-color: #a34b82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a34b82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 75, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 75, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a34b82; background: linear-gradient(135deg, #a34b82, #A34F4B);