#ba0eb5
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 14, 181
HSL
302°, 86%, 39%
CMYK
0, 93, 3, 27
Luminance
0.1409
Every format
| HEX | #ba0eb5 |
| RGB | rgb(186, 14, 181) |
| HSL | hsl(302, 86%, 39%) |
| CMYK | cmyk(0%, 93%, 3%, 27%) |
| LAB | lab(44.4 75.4 -44.8) |
| LCH | lch(44.4 87.7 329.3) |
| OKLCH | oklch(0.554 0.247 329.8) |
Copy-ready code
/* CSS */
color: #ba0eb5;
background-color: #ba0eb5;
/* Tailwind (arbitrary) */
class="text-[#ba0eb5] bg-[#ba0eb5]"
/* SCSS */
$brand: #ba0eb5;
/* SwiftUI */
Color(red: 0.729, green: 0.055, blue: 0.710)
/* Android */
Color.parseColor("#ba0eb5")Accessibility — WCAG contrast
Aa
#ba0eb5 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0eb5 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.5%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow2.7%
Key (black)27.1%
Color previews
#ba0eb5 text on a black background
contrast 3.82:1
Card sample
#ba0eb5 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0eb5;
Background color
Panel with #ba0eb5 background
background-color: #ba0eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 14, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 14, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0eb5; background: linear-gradient(135deg, #ba0eb5, #BA0E42);