#ba1dfb
a balanced, electric violet · warm · closest name: magenta
RGB
186, 29, 251
HSL
282°, 97%, 55%
CMYK
26, 88, 0, 2
Luminance
0.1828
Every format
| HEX | #ba1dfb |
| RGB | rgb(186, 29, 251) |
| HSL | hsl(282, 97%, 55%) |
| CMYK | cmyk(26%, 88%, 0%, 2%) |
| LAB | lab(49.8 84.9 -76.1) |
| LCH | lch(49.8 114.0 318.1) |
| OKLCH | oklch(0.607 0.290 312.0) |
Copy-ready code
/* CSS */
color: #ba1dfb;
background-color: #ba1dfb;
/* Tailwind (arbitrary) */
class="text-[#ba1dfb] bg-[#ba1dfb]"
/* SCSS */
$brand: #ba1dfb;
/* SwiftUI */
Color(red: 0.729, green: 0.114, blue: 0.984)
/* Android */
Color.parseColor("#ba1dfb")Accessibility — WCAG contrast
Aa
#ba1dfb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba1dfb on black: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.4%
Blue98.4%
CMYK percentages
Cyan25.9%
Magenta88.4%
Yellow0.0%
Key (black)1.6%
Color previews
#ba1dfb text on a black background
contrast 4.66:1
Card sample
#ba1dfb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1dfb;
Background color
Panel with #ba1dfb background
background-color: #ba1dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 29, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 29, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1dfb; background: linear-gradient(135deg, #ba1dfb, #FB1DA8);