#ba0dbf
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 13, 191
HSL
298°, 87%, 40%
CMYK
3, 93, 0, 25
Luminance
0.1449
Every format
| HEX | #ba0dbf |
| RGB | rgb(186, 13, 191) |
| HSL | hsl(298, 87%, 40%) |
| CMYK | cmyk(3%, 93%, 0%, 25%) |
| LAB | lab(44.9 77.0 -49.8) |
| LCH | lch(44.9 91.7 327.1) |
| OKLCH | oklch(0.560 0.254 326.9) |
Copy-ready code
/* CSS */
color: #ba0dbf;
background-color: #ba0dbf;
/* Tailwind (arbitrary) */
class="text-[#ba0dbf] bg-[#ba0dbf]"
/* SCSS */
$brand: #ba0dbf;
/* SwiftUI */
Color(red: 0.729, green: 0.051, blue: 0.749)
/* Android */
Color.parseColor("#ba0dbf")Accessibility — WCAG contrast
Aa
#ba0dbf on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0dbf on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.1%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta93.2%
Yellow0.0%
Key (black)25.1%
Color previews
#ba0dbf text on a black background
contrast 3.90:1
Card sample
#ba0dbf text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0dbf;
Background color
Panel with #ba0dbf background
background-color: #ba0dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 13, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 13, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0dbf; background: linear-gradient(135deg, #ba0dbf, #BF0D4D);