#ba01cf
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 1, 207
HSL
294°, 99%, 41%
CMYK
10, 100, 0, 19
Luminance
0.1497
Every format
| HEX | #ba01cf |
| RGB | rgb(186, 1, 207) |
| HSL | hsl(294, 99%, 41%) |
| CMYK | cmyk(10%, 100%, 0%, 19%) |
| LAB | lab(45.6 80.6 -58.0) |
| LCH | lch(45.6 99.3 324.3) |
| OKLCH | oklch(0.567 0.268 322.6) |
Copy-ready code
/* CSS */
color: #ba01cf;
background-color: #ba01cf;
/* Tailwind (arbitrary) */
class="text-[#ba01cf] bg-[#ba01cf]"
/* SCSS */
$brand: #ba01cf;
/* SwiftUI */
Color(red: 0.729, green: 0.004, blue: 0.812)
/* Android */
Color.parseColor("#ba01cf")Accessibility — WCAG contrast
Aa
#ba01cf on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba01cf on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.4%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta99.5%
Yellow0.0%
Key (black)18.8%
Color previews
#ba01cf text on a black background
contrast 3.99:1
Card sample
#ba01cf text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba01cf;
Background color
Panel with #ba01cf background
background-color: #ba01cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba01cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 1, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 1, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba01cf; background: linear-gradient(135deg, #ba01cf, #CF015B);