#ba2dbc
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 45, 188
HSL
299°, 61%, 46%
CMYK
1, 76, 0, 26
Luminance
0.1595
Every format
| HEX | #ba2dbc |
| RGB | rgb(186, 45, 188) |
| HSL | hsl(299, 61%, 46%) |
| CMYK | cmyk(1%, 76%, 0%, 26%) |
| LAB | lab(46.9 70.3 -44.9) |
| LCH | lch(46.9 83.4 327.4) |
| OKLCH | oklch(0.573 0.232 327.5) |
Copy-ready code
/* CSS */
color: #ba2dbc;
background-color: #ba2dbc;
/* Tailwind (arbitrary) */
class="text-[#ba2dbc] bg-[#ba2dbc]"
/* SCSS */
$brand: #ba2dbc;
/* SwiftUI */
Color(red: 0.729, green: 0.176, blue: 0.737)
/* Android */
Color.parseColor("#ba2dbc")Accessibility — WCAG contrast
Aa
#ba2dbc on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2dbc on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.6%
Blue73.7%
CMYK percentages
Cyan1.1%
Magenta76.1%
Yellow0.0%
Key (black)26.3%
Color previews
#ba2dbc text on a black background
contrast 4.19:1
Card sample
#ba2dbc text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2dbc;
Background color
Panel with #ba2dbc background
background-color: #ba2dbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2dbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 45, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 45, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2dbc; background: linear-gradient(135deg, #ba2dbc, #BC2D5F);