#ba0366
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 3, 102
HSL
328°, 97%, 37%
CMYK
0, 98, 45, 27
Luminance
0.1146
Every format
| HEX | #ba0366 |
| RGB | rgb(186, 3, 102) |
| HSL | hsl(328, 97%, 37%) |
| CMYK | cmyk(0%, 98%, 45%, 27%) |
| LAB | lab(40.4 67.2 -2.8) |
| LCH | lch(40.4 67.3 357.6) |
| OKLCH | oklch(0.513 0.208 358.2) |
Copy-ready code
/* CSS */
color: #ba0366;
background-color: #ba0366;
/* Tailwind (arbitrary) */
class="text-[#ba0366] bg-[#ba0366]"
/* SCSS */
$brand: #ba0366;
/* SwiftUI */
Color(red: 0.729, green: 0.012, blue: 0.400)
/* Android */
Color.parseColor("#ba0366")Accessibility — WCAG contrast
Aa
#ba0366 on white: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0366 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green1.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta98.4%
Yellow45.2%
Key (black)27.1%
Color previews
#ba0366 text on a black background
contrast 3.29:1
Card sample
#ba0366 text on a white background
contrast 6.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0366;
Background color
Panel with #ba0366 background
background-color: #ba0366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 3, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 3, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0366; background: linear-gradient(135deg, #ba0366, #BA1A03);