#ba0f9b
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 15, 155
HSL
311°, 85%, 39%
CMYK
0, 92, 17, 27
Luminance
0.1315
Every format
| HEX | #ba0f9b |
| RGB | rgb(186, 15, 155) |
| HSL | hsl(311, 85%, 39%) |
| CMYK | cmyk(0%, 92%, 17%, 27%) |
| LAB | lab(43.0 71.7 -31.5) |
| LCH | lch(43.0 78.3 336.3) |
| OKLCH | oklch(0.539 0.230 338.1) |
Copy-ready code
/* CSS */
color: #ba0f9b;
background-color: #ba0f9b;
/* Tailwind (arbitrary) */
class="text-[#ba0f9b] bg-[#ba0f9b]"
/* SCSS */
$brand: #ba0f9b;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.608)
/* Android */
Color.parseColor("#ba0f9b")Accessibility — WCAG contrast
Aa
#ba0f9b on white: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0f9b on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta91.9%
Yellow16.7%
Key (black)27.1%
Color previews
#ba0f9b text on a black background
contrast 3.63:1
Card sample
#ba0f9b text on a white background
contrast 5.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0f9b;
Background color
Panel with #ba0f9b background
background-color: #ba0f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0f9b; background: linear-gradient(135deg, #ba0f9b, #BA0F29);