#ba11df
a balanced, electric violet · warm · closest name: magenta
RGB
186, 17, 223
HSL
289°, 86%, 47%
CMYK
17, 92, 0, 13
Luminance
0.1617
Every format
| HEX | #ba11df |
| RGB | rgb(186, 17, 223) |
| HSL | hsl(289, 86%, 47%) |
| CMYK | cmyk(17%, 92%, 0%, 13%) |
| LAB | lab(47.2 81.7 -64.6) |
| LCH | lch(47.2 104.2 321.7) |
| OKLCH | oklch(0.582 0.275 318.5) |
Copy-ready code
/* CSS */
color: #ba11df;
background-color: #ba11df;
/* Tailwind (arbitrary) */
class="text-[#ba11df] bg-[#ba11df]"
/* SCSS */
$brand: #ba11df;
/* SwiftUI */
Color(red: 0.729, green: 0.067, blue: 0.875)
/* Android */
Color.parseColor("#ba11df")Accessibility — WCAG contrast
Aa
#ba11df on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba11df on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green6.7%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta92.4%
Yellow0.0%
Key (black)12.5%
Color previews
#ba11df text on a black background
contrast 4.23:1
Card sample
#ba11df text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba11df;
Background color
Panel with #ba11df background
background-color: #ba11df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba11df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 17, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 17, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba11df; background: linear-gradient(135deg, #ba11df, #DF117B);