#ba2fbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 47, 188
HSL
299°, 60%, 46%
CMYK
1, 75, 0, 26
Luminance
0.1610
Every format
| HEX | #ba2fbc |
| RGB | rgb(186, 47, 188) |
| HSL | hsl(299, 60%, 46%) |
| CMYK | cmyk(1%, 75%, 0%, 26%) |
| LAB | lab(47.1 69.7 -44.5) |
| LCH | lch(47.1 82.7 327.4) |
| OKLCH | oklch(0.574 0.230 327.4) |
Copy-ready code
/* CSS */
color: #ba2fbc;
background-color: #ba2fbc;
/* Tailwind (arbitrary) */
class="text-[#ba2fbc] bg-[#ba2fbc]"
/* SCSS */
$brand: #ba2fbc;
/* SwiftUI */
Color(red: 0.729, green: 0.184, blue: 0.737)
/* Android */
Color.parseColor("#ba2fbc")Accessibility — WCAG contrast
Aa
#ba2fbc on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2fbc on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.4%
Blue73.7%
CMYK percentages
Cyan1.1%
Magenta75.0%
Yellow0.0%
Key (black)26.3%
Color previews
#ba2fbc text on a black background
contrast 4.22:1
Card sample
#ba2fbc text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2fbc;
Background color
Panel with #ba2fbc background
background-color: #ba2fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 47, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 47, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2fbc; background: linear-gradient(135deg, #ba2fbc, #BC2F60);