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