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