#b43a77
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
180, 58, 119
HSL
330°, 51%, 47%
CMYK
0, 68, 34, 29
Luminance
0.1406
Every format
| HEX | #b43a77 |
| RGB | rgb(180, 58, 119) |
| HSL | hsl(330, 51%, 47%) |
| CMYK | cmyk(0%, 68%, 34%, 29%) |
| LAB | lab(44.3 54.5 -7.6) |
| LCH | lch(44.3 55.1 352.1) |
| OKLCH | oklch(0.542 0.168 353.4) |
Copy-ready code
/* CSS */
color: #b43a77;
background-color: #b43a77;
/* Tailwind (arbitrary) */
class="text-[#b43a77] bg-[#b43a77]"
/* SCSS */
$brand: #b43a77;
/* SwiftUI */
Color(red: 0.706, green: 0.227, blue: 0.467)
/* Android */
Color.parseColor("#b43a77")Accessibility — WCAG contrast
Aa
#b43a77 on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b43a77 on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.6%
Green22.7%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta67.8%
Yellow33.9%
Key (black)29.4%
Color previews
#b43a77 text on a black background
contrast 3.81:1
Card sample
#b43a77 text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b43a77;
Background color
Panel with #b43a77 background
background-color: #b43a77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b43a77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(180, 58, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(180, 58, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b43a77; background: linear-gradient(135deg, #b43a77, #B44E3A);