#ba41eb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 65, 235
HSL
283°, 81%, 59%
CMYK
21, 72, 0, 8
Luminance
0.2022
Every format
| HEX | #ba41eb |
| RGB | rgb(186, 65, 235) |
| HSL | hsl(283, 81%, 59%) |
| CMYK | cmyk(21%, 72%, 0%, 8%) |
| LAB | lab(52.1 72.0 -63.5) |
| LCH | lch(52.1 96.0 318.6) |
| OKLCH | oklch(0.619 0.249 314.1) |
Copy-ready code
/* CSS */
color: #ba41eb;
background-color: #ba41eb;
/* Tailwind (arbitrary) */
class="text-[#ba41eb] bg-[#ba41eb]"
/* SCSS */
$brand: #ba41eb;
/* SwiftUI */
Color(red: 0.729, green: 0.255, blue: 0.922)
/* Android */
Color.parseColor("#ba41eb")Accessibility — WCAG contrast
Aa
#ba41eb on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba41eb on black: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.5%
Blue92.2%
CMYK percentages
Cyan20.9%
Magenta72.3%
Yellow0.0%
Key (black)7.8%
Color previews
#ba41eb text on a black background
contrast 5.04:1
Card sample
#ba41eb text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba41eb;
Background color
Panel with #ba41eb background
background-color: #ba41eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba41eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 65, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 65, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba41eb; background: linear-gradient(135deg, #ba41eb, #EB41AB);