#ba43df
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 67, 223
HSL
286°, 71%, 57%
CMYK
17, 70, 0, 13
Luminance
0.1978
Every format
| HEX | #ba43df |
| RGB | rgb(186, 67, 223) |
| HSL | hsl(286, 71%, 57%) |
| CMYK | cmyk(17%, 70%, 0%, 13%) |
| LAB | lab(51.6 69.0 -57.5) |
| LCH | lch(51.6 89.8 320.2) |
| OKLCH | oklch(0.613 0.237 317.0) |
Copy-ready code
/* CSS */
color: #ba43df;
background-color: #ba43df;
/* Tailwind (arbitrary) */
class="text-[#ba43df] bg-[#ba43df]"
/* SCSS */
$brand: #ba43df;
/* SwiftUI */
Color(red: 0.729, green: 0.263, blue: 0.875)
/* Android */
Color.parseColor("#ba43df")Accessibility — WCAG contrast
Aa
#ba43df on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba43df on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green26.3%
Blue87.5%
CMYK percentages
Cyan16.6%
Magenta70.0%
Yellow0.0%
Key (black)12.5%
Color previews
#ba43df text on a black background
contrast 4.96:1
Card sample
#ba43df text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba43df;
Background color
Panel with #ba43df background
background-color: #ba43df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba43df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 67, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 67, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba43df; background: linear-gradient(135deg, #ba43df, #DF439C);