#ba0dbd
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 13, 189
HSL
299°, 87%, 40%
CMYK
2, 93, 0, 26
Luminance
0.1440
Every format
| HEX | #ba0dbd |
| RGB | rgb(186, 13, 189) |
| HSL | hsl(299, 87%, 40%) |
| CMYK | cmyk(2%, 93%, 0%, 26%) |
| LAB | lab(44.8 76.7 -48.8) |
| LCH | lch(44.8 90.9 327.5) |
| OKLCH | oklch(0.558 0.253 327.5) |
Copy-ready code
/* CSS */
color: #ba0dbd;
background-color: #ba0dbd;
/* Tailwind (arbitrary) */
class="text-[#ba0dbd] bg-[#ba0dbd]"
/* SCSS */
$brand: #ba0dbd;
/* SwiftUI */
Color(red: 0.729, green: 0.051, blue: 0.741)
/* Android */
Color.parseColor("#ba0dbd")Accessibility — WCAG contrast
Aa
#ba0dbd on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0dbd on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.1%
Blue74.1%
CMYK percentages
Cyan1.6%
Magenta93.1%
Yellow0.0%
Key (black)25.9%
Color previews
#ba0dbd text on a black background
contrast 3.88:1
Card sample
#ba0dbd text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0dbd;
Background color
Panel with #ba0dbd background
background-color: #ba0dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 13, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 13, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0dbd; background: linear-gradient(135deg, #ba0dbd, #BD0D4B);