#ba3bfc
a balanced, electric violet · warm · closest name: magenta
RGB
186, 59, 252
HSL
280°, 97%, 61%
CMYK
26, 77, 0, 1
Luminance
0.2060
Every format
| HEX | #ba3bfc |
| RGB | rgb(186, 59, 252) |
| HSL | hsl(280, 97%, 61%) |
| CMYK | cmyk(26%, 77%, 0%, 1%) |
| LAB | lab(52.5 77.5 -72.3) |
| LCH | lch(52.5 106.0 317.0) |
| OKLCH | oklch(0.625 0.270 310.6) |
Copy-ready code
/* CSS */
color: #ba3bfc;
background-color: #ba3bfc;
/* Tailwind (arbitrary) */
class="text-[#ba3bfc] bg-[#ba3bfc]"
/* SCSS */
$brand: #ba3bfc;
/* SwiftUI */
Color(red: 0.729, green: 0.231, blue: 0.988)
/* Android */
Color.parseColor("#ba3bfc")Accessibility — WCAG contrast
Aa
#ba3bfc on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3bfc on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green23.1%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta76.6%
Yellow0.0%
Key (black)1.2%
Color previews
#ba3bfc text on a black background
contrast 5.12:1
Card sample
#ba3bfc text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3bfc;
Background color
Panel with #ba3bfc background
background-color: #ba3bfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3bfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 59, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 59, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3bfc; background: linear-gradient(135deg, #ba3bfc, #FC3BBD);