#ba4bfc
a balanced, electric violet · warm · closest name: magenta
RGB
186, 75, 252
HSL
278°, 97%, 64%
CMYK
26, 70, 0, 1
Luminance
0.2250
Every format
| HEX | #ba4bfc |
| RGB | rgb(186, 75, 252) |
| HSL | hsl(278, 97%, 64%) |
| CMYK | cmyk(26%, 70%, 0%, 1%) |
| LAB | lab(54.5 71.6 -69.0) |
| LCH | lch(54.5 99.4 316.1) |
| OKLCH | oklch(0.640 0.254 309.7) |
Copy-ready code
/* CSS */
color: #ba4bfc;
background-color: #ba4bfc;
/* Tailwind (arbitrary) */
class="text-[#ba4bfc] bg-[#ba4bfc]"
/* SCSS */
$brand: #ba4bfc;
/* SwiftUI */
Color(red: 0.729, green: 0.294, blue: 0.988)
/* Android */
Color.parseColor("#ba4bfc")Accessibility — WCAG contrast
Aa
#ba4bfc on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4bfc on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.4%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta70.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ba4bfc text on a black background
contrast 5.50:1
Card sample
#ba4bfc text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4bfc;
Background color
Panel with #ba4bfc background
background-color: #ba4bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 75, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 75, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4bfc; background: linear-gradient(135deg, #ba4bfc, #FC4BC8);