#ba2178
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 33, 120
HSL
326°, 70%, 43%
CMYK
0, 82, 36, 27
Luminance
0.1288
Every format
| HEX | #ba2178 |
| RGB | rgb(186, 33, 120) |
| HSL | hsl(326, 70%, 43%) |
| CMYK | cmyk(0%, 82%, 36%, 27%) |
| LAB | lab(42.6 64.3 -10.7) |
| LCH | lch(42.6 65.2 350.6) |
| OKLCH | oklch(0.531 0.200 352.0) |
Copy-ready code
/* CSS */
color: #ba2178;
background-color: #ba2178;
/* Tailwind (arbitrary) */
class="text-[#ba2178] bg-[#ba2178]"
/* SCSS */
$brand: #ba2178;
/* SwiftUI */
Color(red: 0.729, green: 0.129, blue: 0.471)
/* Android */
Color.parseColor("#ba2178")Accessibility — WCAG contrast
Aa
#ba2178 on white: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2178 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green12.9%
Blue47.1%
CMYK percentages
Cyan0.0%
Magenta82.3%
Yellow35.5%
Key (black)27.1%
Color previews
#ba2178 text on a black background
contrast 3.58:1
Card sample
#ba2178 text on a white background
contrast 5.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2178;
Background color
Panel with #ba2178 background
background-color: #ba2178;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2178;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 33, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 33, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2178; background: linear-gradient(135deg, #ba2178, #BA3021);