#ba2fc7
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 47, 199
HSL
295°, 62%, 48%
CMYK
7, 76, 0, 22
Luminance
0.1660
Every format
| HEX | #ba2fc7 |
| RGB | rgb(186, 47, 199) |
| HSL | hsl(295, 62%, 48%) |
| CMYK | cmyk(7%, 76%, 0%, 22%) |
| LAB | lab(47.8 71.5 -49.9) |
| LCH | lch(47.8 87.2 325.1) |
| OKLCH | oklch(0.581 0.238 324.2) |
Copy-ready code
/* CSS */
color: #ba2fc7;
background-color: #ba2fc7;
/* Tailwind (arbitrary) */
class="text-[#ba2fc7] bg-[#ba2fc7]"
/* SCSS */
$brand: #ba2fc7;
/* SwiftUI */
Color(red: 0.729, green: 0.184, blue: 0.780)
/* Android */
Color.parseColor("#ba2fc7")Accessibility — WCAG contrast
Aa
#ba2fc7 on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2fc7 on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.4%
Blue78.0%
CMYK percentages
Cyan6.5%
Magenta76.4%
Yellow0.0%
Key (black)22.0%
Color previews
#ba2fc7 text on a black background
contrast 4.32:1
Card sample
#ba2fc7 text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2fc7;
Background color
Panel with #ba2fc7 background
background-color: #ba2fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 47, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 47, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2fc7; background: linear-gradient(135deg, #ba2fc7, #C72F6F);