#ba4afb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 74, 251
HSL
278°, 96%, 64%
CMYK
26, 71, 0, 2
Luminance
0.2230
Every format
| HEX | #ba4afb |
| RGB | rgb(186, 74, 251) |
| HSL | hsl(278, 96%, 64%) |
| CMYK | cmyk(26%, 71%, 0%, 2%) |
| LAB | lab(54.4 71.8 -68.8) |
| LCH | lch(54.4 99.4 316.2) |
| OKLCH | oklch(0.638 0.254 310.0) |
Copy-ready code
/* CSS */
color: #ba4afb;
background-color: #ba4afb;
/* Tailwind (arbitrary) */
class="text-[#ba4afb] bg-[#ba4afb]"
/* SCSS */
$brand: #ba4afb;
/* SwiftUI */
Color(red: 0.729, green: 0.290, blue: 0.984)
/* Android */
Color.parseColor("#ba4afb")Accessibility — WCAG contrast
Aa
#ba4afb on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4afb on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.0%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta70.5%
Yellow0.0%
Key (black)1.6%
Color previews
#ba4afb text on a black background
contrast 5.46:1
Card sample
#ba4afb text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4afb;
Background color
Panel with #ba4afb background
background-color: #ba4afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 74, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 74, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4afb; background: linear-gradient(135deg, #ba4afb, #FB4AC6);