#ba2fcf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 47, 207
HSL
292°, 63%, 50%
CMYK
10, 77, 0, 19
Luminance
0.1698
Every format
| HEX | #ba2fcf |
| RGB | rgb(186, 47, 207) |
| HSL | hsl(292, 63%, 50%) |
| CMYK | cmyk(10%, 77%, 0%, 19%) |
| LAB | lab(48.2 72.9 -53.8) |
| LCH | lch(48.2 90.5 323.6) |
| OKLCH | oklch(0.586 0.244 322.0) |
Copy-ready code
/* CSS */
color: #ba2fcf;
background-color: #ba2fcf;
/* Tailwind (arbitrary) */
class="text-[#ba2fcf] bg-[#ba2fcf]"
/* SCSS */
$brand: #ba2fcf;
/* SwiftUI */
Color(red: 0.729, green: 0.184, blue: 0.812)
/* Android */
Color.parseColor("#ba2fcf")Accessibility — WCAG contrast
Aa
#ba2fcf on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2fcf on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.4%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta77.3%
Yellow0.0%
Key (black)18.8%
Color previews
#ba2fcf text on a black background
contrast 4.40:1
Card sample
#ba2fcf text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2fcf;
Background color
Panel with #ba2fcf background
background-color: #ba2fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 47, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 47, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2fcf; background: linear-gradient(135deg, #ba2fcf, #CF2F79);