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