#ba0eb9
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 14, 185
HSL
300°, 86%, 39%
CMYK
0, 93, 1, 27
Luminance
0.1426
Every format
| HEX | #ba0eb9 |
| RGB | rgb(186, 14, 185) |
| HSL | hsl(300, 86%, 39%) |
| CMYK | cmyk(0%, 93%, 1%, 27%) |
| LAB | lab(44.6 76.0 -46.8) |
| LCH | lch(44.6 89.3 328.4) |
| OKLCH | oklch(0.556 0.249 328.6) |
Copy-ready code
/* CSS */
color: #ba0eb9;
background-color: #ba0eb9;
/* Tailwind (arbitrary) */
class="text-[#ba0eb9] bg-[#ba0eb9]"
/* SCSS */
$brand: #ba0eb9;
/* SwiftUI */
Color(red: 0.729, green: 0.055, blue: 0.725)
/* Android */
Color.parseColor("#ba0eb9")Accessibility — WCAG contrast
Aa
#ba0eb9 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0eb9 on black: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.5%
Blue72.5%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow0.5%
Key (black)27.1%
Color previews
#ba0eb9 text on a black background
contrast 3.85:1
Card sample
#ba0eb9 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0eb9;
Background color
Panel with #ba0eb9 background
background-color: #ba0eb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0eb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 14, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 14, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0eb9; background: linear-gradient(135deg, #ba0eb9, #BA0E46);