#ba3adf
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 58, 223
HSL
287°, 72%, 55%
CMYK
17, 74, 0, 13
Luminance
0.1879
Every format
| HEX | #ba3adf |
| RGB | rgb(186, 58, 223) |
| HSL | hsl(287, 72%, 55%) |
| CMYK | cmyk(17%, 74%, 0%, 13%) |
| LAB | lab(50.5 72.3 -59.3) |
| LCH | lch(50.5 93.5 320.6) |
| OKLCH | oklch(0.605 0.247 317.4) |
Copy-ready code
/* CSS */
color: #ba3adf;
background-color: #ba3adf;
/* Tailwind (arbitrary) */
class="text-[#ba3adf] bg-[#ba3adf]"
/* SCSS */
$brand: #ba3adf;
/* SwiftUI */
Color(red: 0.729, green: 0.227, blue: 0.875)
/* Android */
Color.parseColor("#ba3adf")Accessibility — WCAG contrast
Aa
#ba3adf on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3adf on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.7%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta74.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ba3adf text on a black background
contrast 4.76:1
Card sample
#ba3adf text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3adf;
Background color
Panel with #ba3adf background
background-color: #ba3adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 58, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 58, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3adf; background: linear-gradient(135deg, #ba3adf, #DF3A96);