#ba2dfc
a balanced, electric violet · warm · closest name: magenta
RGB
186, 45, 252
HSL
281°, 97%, 58%
CMYK
26, 82, 0, 1
Luminance
0.1934
Every format
| HEX | #ba2dfc |
| RGB | rgb(186, 45, 252) |
| HSL | hsl(281, 97%, 58%) |
| CMYK | cmyk(26%, 82%, 0%, 1%) |
| LAB | lab(51.1 81.6 -74.6) |
| LCH | lch(51.1 110.6 317.6) |
| OKLCH | oklch(0.616 0.282 311.3) |
Copy-ready code
/* CSS */
color: #ba2dfc;
background-color: #ba2dfc;
/* Tailwind (arbitrary) */
class="text-[#ba2dfc] bg-[#ba2dfc]"
/* SCSS */
$brand: #ba2dfc;
/* SwiftUI */
Color(red: 0.729, green: 0.176, blue: 0.988)
/* Android */
Color.parseColor("#ba2dfc")Accessibility — WCAG contrast
Aa
#ba2dfc on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba2dfc on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.6%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta82.1%
Yellow0.0%
Key (black)1.2%
Color previews
#ba2dfc text on a black background
contrast 4.87:1
Card sample
#ba2dfc text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2dfc;
Background color
Panel with #ba2dfc background
background-color: #ba2dfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2dfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 45, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 45, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2dfc; background: linear-gradient(135deg, #ba2dfc, #FC2DB4);