#ba2fcb
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 47, 203
HSL
294°, 62%, 49%
CMYK
8, 77, 0, 20
Luminance
0.1678
Every format
| HEX | #ba2fcb |
| RGB | rgb(186, 47, 203) |
| HSL | hsl(294, 62%, 49%) |
| CMYK | cmyk(8%, 77%, 0%, 20%) |
| LAB | lab(48.0 72.2 -51.8) |
| LCH | lch(48.0 88.9 324.3) |
| OKLCH | oklch(0.584 0.241 323.1) |
Copy-ready code
/* CSS */
color: #ba2fcb;
background-color: #ba2fcb;
/* Tailwind (arbitrary) */
class="text-[#ba2fcb] bg-[#ba2fcb]"
/* SCSS */
$brand: #ba2fcb;
/* SwiftUI */
Color(red: 0.729, green: 0.184, blue: 0.796)
/* Android */
Color.parseColor("#ba2fcb")Accessibility — WCAG contrast
Aa
#ba2fcb on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2fcb on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.4%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta76.8%
Yellow0.0%
Key (black)20.4%
Color previews
#ba2fcb text on a black background
contrast 4.36:1
Card sample
#ba2fcb text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2fcb;
Background color
Panel with #ba2fcb background
background-color: #ba2fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 47, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 47, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2fcb; background: linear-gradient(135deg, #ba2fcb, #CB2F74);