#ba2d7c
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 45, 124
HSL
326°, 61%, 45%
CMYK
0, 76, 33, 27
Luminance
0.1377
Every format
| HEX | #ba2d7c |
| RGB | rgb(186, 45, 124) |
| HSL | hsl(326, 61%, 45%) |
| CMYK | cmyk(0%, 76%, 33%, 27%) |
| LAB | lab(43.9 61.4 -11.2) |
| LCH | lch(43.9 62.4 349.7) |
| OKLCH | oklch(0.542 0.190 351.2) |
Copy-ready code
/* CSS */
color: #ba2d7c;
background-color: #ba2d7c;
/* Tailwind (arbitrary) */
class="text-[#ba2d7c] bg-[#ba2d7c]"
/* SCSS */
$brand: #ba2d7c;
/* SwiftUI */
Color(red: 0.729, green: 0.176, blue: 0.486)
/* Android */
Color.parseColor("#ba2d7c")Accessibility — WCAG contrast
Aa
#ba2d7c on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2d7c on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.6%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow33.3%
Key (black)27.1%
Color previews
#ba2d7c text on a black background
contrast 3.75:1
Card sample
#ba2d7c text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2d7c;
Background color
Panel with #ba2d7c background
background-color: #ba2d7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2d7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 45, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 45, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2d7c; background: linear-gradient(135deg, #ba2d7c, #BA3C2D);