#ba079f
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 7, 159
HSL
309°, 93%, 38%
CMYK
0, 96, 15, 27
Luminance
0.1309
Every format
| HEX | #ba079f |
| RGB | rgb(186, 7, 159) |
| HSL | hsl(309, 93%, 38%) |
| CMYK | cmyk(0%, 96%, 15%, 27%) |
| LAB | lab(42.9 73.1 -34.0) |
| LCH | lch(42.9 80.6 335.0) |
| OKLCH | oklch(0.539 0.235 336.7) |
Copy-ready code
/* CSS */
color: #ba079f;
background-color: #ba079f;
/* Tailwind (arbitrary) */
class="text-[#ba079f] bg-[#ba079f]"
/* SCSS */
$brand: #ba079f;
/* SwiftUI */
Color(red: 0.729, green: 0.027, blue: 0.624)
/* Android */
Color.parseColor("#ba079f")Accessibility — WCAG contrast
Aa
#ba079f on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba079f on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green2.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta96.2%
Yellow14.5%
Key (black)27.1%
Color previews
#ba079f text on a black background
contrast 3.62:1
Card sample
#ba079f text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba079f;
Background color
Panel with #ba079f background
background-color: #ba079f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba079f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 7, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 7, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba079f; background: linear-gradient(135deg, #ba079f, #BA0728);