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