#ba01df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
186, 1, 223
HSL
290°, 99%, 44%
CMYK
17, 100, 0, 13
Luminance
0.1579
Every format
| HEX | #ba01df |
| RGB | rgb(186, 1, 223) |
| HSL | hsl(290, 99%, 44%) |
| CMYK | cmyk(17%, 100%, 0%, 13%) |
| LAB | lab(46.7 83.2 -65.4) |
| LCH | lch(46.7 105.8 321.8) |
| OKLCH | oklch(0.579 0.279 318.7) |
Copy-ready code
/* CSS */
color: #ba01df;
background-color: #ba01df;
/* Tailwind (arbitrary) */
class="text-[#ba01df] bg-[#ba01df]"
/* SCSS */
$brand: #ba01df;
/* SwiftUI */
Color(red: 0.729, green: 0.004, blue: 0.875)
/* Android */
Color.parseColor("#ba01df")Accessibility — WCAG contrast
Aa
#ba01df on white: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba01df on black: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green0.4%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta99.6%
Yellow0.0%
Key (black)12.5%
Color previews
#ba01df text on a black background
contrast 4.16:1
Card sample
#ba01df text on a white background
contrast 5.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba01df;
Background color
Panel with #ba01df background
background-color: #ba01df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba01df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 1, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 1, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba01df; background: linear-gradient(135deg, #ba01df, #DF0170);