#b43a9c
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
180, 58, 156
HSL
312°, 51%, 47%
CMYK
0, 68, 13, 29
Luminance
0.1513
Every format
| HEX | #b43a9c |
| RGB | rgb(180, 58, 156) |
| HSL | hsl(312, 51%, 47%) |
| CMYK | cmyk(0%, 68%, 13%, 29%) |
| LAB | lab(45.8 59.5 -27.7) |
| LCH | lch(45.8 65.7 335.0) |
| OKLCH | oklch(0.558 0.190 336.7) |
Copy-ready code
/* CSS */
color: #b43a9c;
background-color: #b43a9c;
/* Tailwind (arbitrary) */
class="text-[#b43a9c] bg-[#b43a9c]"
/* SCSS */
$brand: #b43a9c;
/* SwiftUI */
Color(red: 0.706, green: 0.227, blue: 0.612)
/* Android */
Color.parseColor("#b43a9c")Accessibility — WCAG contrast
Aa
#b43a9c on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b43a9c on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green22.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow13.3%
Key (black)29.4%
Color previews
#b43a9c text on a black background
contrast 4.03:1
Card sample
#b43a9c text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43a9c;
Background color
Panel with #b43a9c background
background-color: #b43a9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43a9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 58, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 58, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43a9c; background: linear-gradient(135deg, #b43a9c, #B43A4B);