#ba129f
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 18, 159
HSL
310°, 82%, 40%
CMYK
0, 90, 15, 27
Luminance
0.1337
Every format
| HEX | #ba129f |
| RGB | rgb(186, 18, 159) |
| HSL | hsl(310, 82%, 40%) |
| CMYK | cmyk(0%, 90%, 15%, 27%) |
| LAB | lab(43.3 71.8 -33.4) |
| LCH | lch(43.3 79.2 335.1) |
| OKLCH | oklch(0.542 0.231 336.8) |
Copy-ready code
/* CSS */
color: #ba129f;
background-color: #ba129f;
/* Tailwind (arbitrary) */
class="text-[#ba129f] bg-[#ba129f]"
/* SCSS */
$brand: #ba129f;
/* SwiftUI */
Color(red: 0.729, green: 0.071, blue: 0.624)
/* Android */
Color.parseColor("#ba129f")Accessibility — WCAG contrast
Aa
#ba129f on white: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba129f on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.1%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta90.3%
Yellow14.5%
Key (black)27.1%
Color previews
#ba129f text on a black background
contrast 3.67:1
Card sample
#ba129f text on a white background
contrast 5.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba129f;
Background color
Panel with #ba129f background
background-color: #ba129f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba129f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 18, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 18, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba129f; background: linear-gradient(135deg, #ba129f, #BA122F);