#ba296f
a dark, vivid magenta / pink · warm · closest name: purple
RGB
186, 41, 111
HSL
331°, 64%, 45%
CMYK
0, 78, 40, 27
Luminance
0.1317
Every format
| HEX | #ba296f |
| RGB | rgb(186, 41, 111) |
| HSL | hsl(331, 64%, 45%) |
| CMYK | cmyk(0%, 78%, 40%, 27%) |
| LAB | lab(43.0 61.2 -4.5) |
| LCH | lch(43.0 61.4 355.8) |
| OKLCH | oklch(0.534 0.189 356.7) |
Copy-ready code
/* CSS */
color: #ba296f;
background-color: #ba296f;
/* Tailwind (arbitrary) */
class="text-[#ba296f] bg-[#ba296f]"
/* SCSS */
$brand: #ba296f;
/* SwiftUI */
Color(red: 0.729, green: 0.161, blue: 0.435)
/* Android */
Color.parseColor("#ba296f")Accessibility — WCAG contrast
Aa
#ba296f on white: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba296f on black: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.1%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta78.0%
Yellow40.3%
Key (black)27.1%
Color previews
#ba296f text on a black background
contrast 3.63:1
Card sample
#ba296f text on a white background
contrast 5.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba296f;
Background color
Panel with #ba296f background
background-color: #ba296f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba296f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 41, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 41, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba296f; background: linear-gradient(135deg, #ba296f, #BA4429);