#ba0baf
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 11, 175
HSL
304°, 89%, 39%
CMYK
0, 94, 6, 27
Luminance
0.1377
Every format
| HEX | #ba0baf |
| RGB | rgb(186, 11, 175) |
| HSL | hsl(304, 89%, 39%) |
| CMYK | cmyk(0%, 94%, 6%, 27%) |
| LAB | lab(43.9 74.9 -42.0) |
| LCH | lch(43.9 85.8 330.7) |
| OKLCH | oklch(0.549 0.244 331.6) |
Copy-ready code
/* CSS */
color: #ba0baf;
background-color: #ba0baf;
/* Tailwind (arbitrary) */
class="text-[#ba0baf] bg-[#ba0baf]"
/* SCSS */
$brand: #ba0baf;
/* SwiftUI */
Color(red: 0.729, green: 0.043, blue: 0.686)
/* Android */
Color.parseColor("#ba0baf")Accessibility — WCAG contrast
Aa
#ba0baf on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0baf on black: 3.75:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green4.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta94.1%
Yellow5.9%
Key (black)27.1%
Color previews
#ba0baf text on a black background
contrast 3.75:1
Card sample
#ba0baf text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0baf;
Background color
Panel with #ba0baf background
background-color: #ba0baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 11, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 11, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0baf; background: linear-gradient(135deg, #ba0baf, #BA0B3A);