#ba2c73
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 44, 115
HSL
330°, 62%, 45%
CMYK
0, 76, 38, 27
Luminance
0.1348
Every format
| HEX | #ba2c73 |
| RGB | rgb(186, 44, 115) |
| HSL | hsl(330, 62%, 45%) |
| CMYK | cmyk(0%, 76%, 38%, 27%) |
| LAB | lab(43.5 60.7 -6.3) |
| LCH | lch(43.5 61.0 354.1) |
| OKLCH | oklch(0.537 0.187 355.2) |
Copy-ready code
/* CSS */
color: #ba2c73;
background-color: #ba2c73;
/* Tailwind (arbitrary) */
class="text-[#ba2c73] bg-[#ba2c73]"
/* SCSS */
$brand: #ba2c73;
/* SwiftUI */
Color(red: 0.729, green: 0.173, blue: 0.451)
/* Android */
Color.parseColor("#ba2c73")Accessibility — WCAG contrast
Aa
#ba2c73 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2c73 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.3%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow38.2%
Key (black)27.1%
Color previews
#ba2c73 text on a black background
contrast 3.70:1
Card sample
#ba2c73 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2c73;
Background color
Panel with #ba2c73 background
background-color: #ba2c73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2c73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 44, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 44, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2c73; background: linear-gradient(135deg, #ba2c73, #BA442C);