#ba0ffc
a balanced, electric violet · warm · closest name: magenta
RGB
186, 15, 252
HSL
283°, 98%, 52%
CMYK
26, 94, 0, 1
Luminance
0.1781
Every format
| HEX | #ba0ffc |
| RGB | rgb(186, 15, 252) |
| HSL | hsl(283, 98%, 52%) |
| CMYK | cmyk(26%, 94%, 0%, 1%) |
| LAB | lab(49.3 87.0 -77.6) |
| LCH | lch(49.3 116.6 318.3) |
| OKLCH | oklch(0.603 0.297 312.0) |
Copy-ready code
/* CSS */
color: #ba0ffc;
background-color: #ba0ffc;
/* Tailwind (arbitrary) */
class="text-[#ba0ffc] bg-[#ba0ffc]"
/* SCSS */
$brand: #ba0ffc;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.988)
/* Android */
Color.parseColor("#ba0ffc")Accessibility — WCAG contrast
Aa
#ba0ffc on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0ffc on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue98.8%
CMYK percentages
Cyan26.2%
Magenta94.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ba0ffc text on a black background
contrast 4.56:1
Card sample
#ba0ffc text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0ffc;
Background color
Panel with #ba0ffc background
background-color: #ba0ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0ffc; background: linear-gradient(135deg, #ba0ffc, #FC0FA0);