#ba3bfe
a balanced, electric violet · warm · closest name: magenta
RGB
186, 59, 254
HSL
279°, 99%, 61%
CMYK
27, 77, 0, 0
Luminance
0.2072
Every format
| HEX | #ba3bfe |
| RGB | rgb(186, 59, 254) |
| HSL | hsl(279, 99%, 61%) |
| CMYK | cmyk(27%, 77%, 0%, 0%) |
| LAB | lab(52.6 77.9 -73.2) |
| LCH | lch(52.6 106.9 316.8) |
| OKLCH | oklch(0.627 0.272 310.2) |
Copy-ready code
/* CSS */
color: #ba3bfe;
background-color: #ba3bfe;
/* Tailwind (arbitrary) */
class="text-[#ba3bfe] bg-[#ba3bfe]"
/* SCSS */
$brand: #ba3bfe;
/* SwiftUI */
Color(red: 0.729, green: 0.231, blue: 0.996)
/* Android */
Color.parseColor("#ba3bfe")Accessibility — WCAG contrast
Aa
#ba3bfe on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba3bfe on black: 5.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green23.1%
Blue99.6%
CMYK percentages
Cyan26.8%
Magenta76.8%
Yellow0.0%
Key (black)0.4%
Color previews
#ba3bfe text on a black background
contrast 5.14:1
Card sample
#ba3bfe text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3bfe;
Background color
Panel with #ba3bfe background
background-color: #ba3bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 59, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 59, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3bfe; background: linear-gradient(135deg, #ba3bfe, #FE3BC0);