#ba2988
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 41, 136
HSL
321°, 64%, 45%
CMYK
0, 78, 27, 27
Luminance
0.1380
Every format
| HEX | #ba2988 |
| RGB | rgb(186, 41, 136) |
| HSL | hsl(321, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 27%, 27%) |
| LAB | lab(44.0 64.0 -18.5) |
| LCH | lch(44.0 66.6 343.9) |
| OKLCH | oklch(0.543 0.201 345.9) |
Copy-ready code
/* CSS */
color: #ba2988;
background-color: #ba2988;
/* Tailwind (arbitrary) */
class="text-[#ba2988] bg-[#ba2988]"
/* SCSS */
$brand: #ba2988;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.533)
/* Android */
Color.parseColor("#ba2988")Accessibility — WCAG contrast
Aa
#ba2988 on white: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2988 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue53.3%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow26.9%
Key (black)27.1%
Color previews
#ba2988 text on a black background
contrast 3.76:1
Card sample
#ba2988 text on a white background
contrast 5.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2988;
Background color
Panel with #ba2988 background
background-color: #ba2988;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2988;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2988; background: linear-gradient(135deg, #ba2988, #BA2B29);