#ba0eb2
a dark, electric magenta / pink · warm · closest name: purple
RGB
186, 14, 178
HSL
303°, 86%, 39%
CMYK
0, 93, 4, 27
Luminance
0.1397
Every format
| HEX | #ba0eb2 |
| RGB | rgb(186, 14, 178) |
| HSL | hsl(303, 86%, 39%) |
| CMYK | cmyk(0%, 93%, 4%, 27%) |
| LAB | lab(44.2 75.0 -43.3) |
| LCH | lch(44.2 86.6 330.0) |
| OKLCH | oklch(0.552 0.245 330.7) |
Copy-ready code
/* CSS */
color: #ba0eb2;
background-color: #ba0eb2;
/* Tailwind (arbitrary) */
class="text-[#ba0eb2] bg-[#ba0eb2]"
/* SCSS */
$brand: #ba0eb2;
/* SwiftUI */
Color(red: 0.729, green: 0.055, blue: 0.698)
/* Android */
Color.parseColor("#ba0eb2")Accessibility — WCAG contrast
Aa
#ba0eb2 on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0eb2 on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.5%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta92.5%
Yellow4.3%
Key (black)27.1%
Color previews
#ba0eb2 text on a black background
contrast 3.79:1
Card sample
#ba0eb2 text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0eb2;
Background color
Panel with #ba0eb2 background
background-color: #ba0eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 14, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 14, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0eb2; background: linear-gradient(135deg, #ba0eb2, #BA0E3F);