#ba2cc1
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 44, 193
HSL
297°, 63%, 47%
CMYK
4, 77, 0, 24
Luminance
0.1609
Every format
| HEX | #ba2cc1 |
| RGB | rgb(186, 44, 193) |
| HSL | hsl(297, 63%, 47%) |
| CMYK | cmyk(4%, 77%, 0%, 24%) |
| LAB | lab(47.1 71.4 -47.5) |
| LCH | lch(47.1 85.7 326.4) |
| OKLCH | oklch(0.575 0.236 326.0) |
Copy-ready code
/* CSS */
color: #ba2cc1;
background-color: #ba2cc1;
/* Tailwind (arbitrary) */
class="text-[#ba2cc1] bg-[#ba2cc1]"
/* SCSS */
$brand: #ba2cc1;
/* SwiftUI */
Color(red: 0.729, green: 0.173, blue: 0.757)
/* Android */
Color.parseColor("#ba2cc1")Accessibility — WCAG contrast
Aa
#ba2cc1 on white: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2cc1 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.3%
Blue75.7%
CMYK percentages
Cyan3.6%
Magenta77.2%
Yellow0.0%
Key (black)24.3%
Color previews
#ba2cc1 text on a black background
contrast 4.22:1
Card sample
#ba2cc1 text on a white background
contrast 4.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2cc1;
Background color
Panel with #ba2cc1 background
background-color: #ba2cc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2cc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 44, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 44, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2cc1; background: linear-gradient(135deg, #ba2cc1, #C12C65);