#ba0ffb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 15, 251
HSL
284°, 97%, 52%
CMYK
26, 94, 0, 2
Luminance
0.1775
Every format
| HEX | #ba0ffb |
| RGB | rgb(186, 15, 251) |
| HSL | hsl(284, 97%, 52%) |
| CMYK | cmyk(26%, 94%, 0%, 2%) |
| LAB | lab(49.2 86.8 -77.2) |
| LCH | lch(49.2 116.1 318.4) |
| OKLCH | oklch(0.602 0.296 312.2) |
Copy-ready code
/* CSS */
color: #ba0ffb;
background-color: #ba0ffb;
/* Tailwind (arbitrary) */
class="text-[#ba0ffb] bg-[#ba0ffb]"
/* SCSS */
$brand: #ba0ffb;
/* SwiftUI */
Color(red: 0.729, green: 0.059, blue: 0.984)
/* Android */
Color.parseColor("#ba0ffb")Accessibility — WCAG contrast
Aa
#ba0ffb on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba0ffb on black: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green5.9%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta94.0%
Yellow0.0%
Key (black)1.6%
Color previews
#ba0ffb text on a black background
contrast 4.55:1
Card sample
#ba0ffb text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba0ffb;
Background color
Panel with #ba0ffb background
background-color: #ba0ffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba0ffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 15, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 15, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba0ffb; background: linear-gradient(135deg, #ba0ffb, #FB0F9F);