#ba41db
a balanced, vivid violet · warm · closest name: orchid
RGB
186, 65, 219
HSL
287°, 68%, 56%
CMYK
15, 70, 0, 14
Luminance
0.1933
Every format
| HEX | #ba41db |
| RGB | rgb(186, 65, 219) |
| HSL | hsl(287, 68%, 56%) |
| CMYK | cmyk(15%, 70%, 0%, 14%) |
| LAB | lab(51.1 69.0 -56.0) |
| LCH | lch(51.1 88.9 320.9) |
| OKLCH | oklch(0.609 0.236 318.1) |
Copy-ready code
/* CSS */
color: #ba41db;
background-color: #ba41db;
/* Tailwind (arbitrary) */
class="text-[#ba41db] bg-[#ba41db]"
/* SCSS */
$brand: #ba41db;
/* SwiftUI */
Color(red: 0.729, green: 0.255, blue: 0.859)
/* Android */
Color.parseColor("#ba41db")Accessibility — WCAG contrast
Aa
#ba41db on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba41db on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.5%
Blue85.9%
CMYK percentages
Cyan15.1%
Magenta70.3%
Yellow0.0%
Key (black)14.1%
Color previews
#ba41db text on a black background
contrast 4.87:1
Card sample
#ba41db text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba41db;
Background color
Panel with #ba41db background
background-color: #ba41db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba41db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 65, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 65, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba41db; background: linear-gradient(135deg, #ba41db, #DB4195);