#ba136f
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 19, 111
HSL
327°, 82%, 40%
CMYK
0, 90, 40, 27
Luminance
0.1205
Every format
| HEX | #ba136f |
| RGB | rgb(186, 19, 111) |
| HSL | hsl(327, 82%, 40%) |
| CMYK | cmyk(0%, 90%, 40%, 27%) |
| LAB | lab(41.3 66.2 -7.0) |
| LCH | lch(41.3 66.5 353.9) |
| OKLCH | oklch(0.521 0.205 355.0) |
Copy-ready code
/* CSS */
color: #ba136f;
background-color: #ba136f;
/* Tailwind (arbitrary) */
class="text-[#ba136f] bg-[#ba136f]"
/* SCSS */
$brand: #ba136f;
/* SwiftUI */
Color(red: 0.729, green: 0.075, blue: 0.435)
/* Android */
Color.parseColor("#ba136f")Accessibility — WCAG contrast
Aa
#ba136f on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba136f on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green7.5%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta89.8%
Yellow40.3%
Key (black)27.1%
Color previews
#ba136f text on a black background
contrast 3.41:1
Card sample
#ba136f text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba136f;
Background color
Panel with #ba136f background
background-color: #ba136f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba136f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 19, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 19, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba136f; background: linear-gradient(135deg, #ba136f, #BA2613);