#ba2993
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 41, 147
HSL
316°, 64%, 45%
CMYK
0, 78, 21, 27
Luminance
0.1413
Every format
| HEX | #ba2993 |
| RGB | rgb(186, 41, 147) |
| HSL | hsl(316, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 21%, 27%) |
| LAB | lab(44.4 65.4 -24.4) |
| LCH | lch(44.4 69.8 339.5) |
| OKLCH | oklch(0.548 0.207 341.5) |
Copy-ready code
/* CSS */
color: #ba2993;
background-color: #ba2993;
/* Tailwind (arbitrary) */
class="text-[#ba2993] bg-[#ba2993]"
/* SCSS */
$brand: #ba2993;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.576)
/* Android */
Color.parseColor("#ba2993")Accessibility — WCAG contrast
Aa
#ba2993 on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2993 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow21.0%
Key (black)27.1%
Color previews
#ba2993 text on a black background
contrast 3.83:1
Card sample
#ba2993 text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2993;
Background color
Panel with #ba2993 background
background-color: #ba2993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2993; background: linear-gradient(135deg, #ba2993, #BA2932);