#ba4ef1
a balanced, electric violet · warm · closest name: magenta
RGB
186, 78, 241
HSL
280°, 85%, 63%
CMYK
23, 68, 0, 6
Luminance
0.2224
Every format
| HEX | #ba4ef1 |
| RGB | rgb(186, 78, 241) |
| HSL | hsl(280, 85%, 63%) |
| CMYK | cmyk(23%, 68%, 0%, 6%) |
| LAB | lab(54.3 68.1 -63.3) |
| LCH | lch(54.3 93.0 317.1) |
| OKLCH | oklch(0.636 0.240 311.9) |
Copy-ready code
/* CSS */
color: #ba4ef1;
background-color: #ba4ef1;
/* Tailwind (arbitrary) */
class="text-[#ba4ef1] bg-[#ba4ef1]"
/* SCSS */
$brand: #ba4ef1;
/* SwiftUI */
Color(red: 0.729, green: 0.306, blue: 0.945)
/* Android */
Color.parseColor("#ba4ef1")Accessibility — WCAG contrast
Aa
#ba4ef1 on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4ef1 on black: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green30.6%
Blue94.5%
CMYK percentages
Cyan22.8%
Magenta67.6%
Yellow0.0%
Key (black)5.5%
Color previews
#ba4ef1 text on a black background
contrast 5.45:1
Card sample
#ba4ef1 text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4ef1;
Background color
Panel with #ba4ef1 background
background-color: #ba4ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 78, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 78, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4ef1; background: linear-gradient(135deg, #ba4ef1, #F14EBB);