#ba0db2
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 13, 178
HSL
303°, 87%, 39%
CMYK
0, 93, 4, 27
Luminance
0.1394
Every format
| HEX | #ba0db2 |
| RGB | rgb(186, 13, 178) |
| HSL | hsl(303, 87%, 39%) |
| CMYK | cmyk(0%, 93%, 4%, 27%) |
| LAB | lab(44.1 75.1 -43.4) |
| LCH | lch(44.1 86.7 330.0) |
| OKLCH | oklch(0.552 0.245 330.7) |
Copy-ready code
/* CSS */
color: #ba0db2;
background-color: #ba0db2;
/* Tailwind (arbitrary) */
class="text-[#ba0db2] bg-[#ba0db2]"
/* SCSS */
$brand: #ba0db2;
/* SwiftUI */
Color(red: 0.729, green: 0.051, blue: 0.698)
/* Android */
Color.parseColor("#ba0db2")Accessibility — WCAG contrast
Aa
#ba0db2 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0db2 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta93.0%
Yellow4.3%
Key (black)27.1%
Color previews
#ba0db2 text on a black background
contrast 3.79:1
Card sample
#ba0db2 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0db2;
Background color
Panel with #ba0db2 background
background-color: #ba0db2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0db2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 13, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 13, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0db2; background: linear-gradient(135deg, #ba0db2, #BA0D3F);