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