#ba0899
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 8, 153
HSL
311°, 92%, 38%
CMYK
0, 96, 18, 27
Luminance
0.1291
Every format
| HEX | #ba0899 |
| RGB | rgb(186, 8, 153) |
| HSL | hsl(311, 92%, 38%) |
| CMYK | cmyk(0%, 96%, 18%, 27%) |
| LAB | lab(42.6 72.2 -30.8) |
| LCH | lch(42.6 78.5 336.9) |
| OKLCH | oklch(0.536 0.231 338.7) |
Copy-ready code
/* CSS */
color: #ba0899;
background-color: #ba0899;
/* Tailwind (arbitrary) */
class="text-[#ba0899] bg-[#ba0899]"
/* SCSS */
$brand: #ba0899;
/* SwiftUI */
Color(red: 0.729, green: 0.031, blue: 0.600)
/* Android */
Color.parseColor("#ba0899")Accessibility — WCAG contrast
Aa
#ba0899 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0899 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green3.1%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta95.7%
Yellow17.7%
Key (black)27.1%
Color previews
#ba0899 text on a black background
contrast 3.58:1
Card sample
#ba0899 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0899;
Background color
Panel with #ba0899 background
background-color: #ba0899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 8, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 8, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0899; background: linear-gradient(135deg, #ba0899, #BA0822);