#ba2bbf
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 43, 191
HSL
298°, 63%, 46%
CMYK
3, 78, 0, 25
Luminance
0.1593
Every format
| HEX | #ba2bbf |
| RGB | rgb(186, 43, 191) |
| HSL | hsl(298, 63%, 46%) |
| CMYK | cmyk(3%, 78%, 0%, 25%) |
| LAB | lab(46.9 71.3 -46.6) |
| LCH | lch(46.9 85.2 326.8) |
| OKLCH | oklch(0.573 0.236 326.6) |
Copy-ready code
/* CSS */
color: #ba2bbf;
background-color: #ba2bbf;
/* Tailwind (arbitrary) */
class="text-[#ba2bbf] bg-[#ba2bbf]"
/* SCSS */
$brand: #ba2bbf;
/* SwiftUI */
Color(red: 0.729, green: 0.169, blue: 0.749)
/* Android */
Color.parseColor("#ba2bbf")Accessibility — WCAG contrast
Aa
#ba2bbf on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2bbf on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.9%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta77.5%
Yellow0.0%
Key (black)25.1%
Color previews
#ba2bbf text on a black background
contrast 4.19:1
Card sample
#ba2bbf text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2bbf;
Background color
Panel with #ba2bbf background
background-color: #ba2bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 43, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 43, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2bbf; background: linear-gradient(135deg, #ba2bbf, #BF2B61);