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