#ba1dff
a balanced, electric violet · warm · closest name: magenta
RGB
186, 29, 255
HSL
282°, 100%, 56%
CMYK
27, 89, 0, 0
Luminance
0.1854
Every format
| HEX | #ba1dff |
| RGB | rgb(186, 29, 255) |
| HSL | hsl(282, 100%, 56%) |
| CMYK | cmyk(27%, 89%, 0%, 0%) |
| LAB | lab(50.1 85.6 -77.8) |
| LCH | lch(50.1 115.7 317.7) |
| OKLCH | oklch(0.610 0.293 311.1) |
Copy-ready code
/* CSS */
color: #ba1dff;
background-color: #ba1dff;
/* Tailwind (arbitrary) */
class="text-[#ba1dff] bg-[#ba1dff]"
/* SCSS */
$brand: #ba1dff;
/* SwiftUI */
Color(red: 0.729, green: 0.114, blue: 1.000)
/* Android */
Color.parseColor("#ba1dff")Accessibility — WCAG contrast
Aa
#ba1dff on white: 4.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba1dff on black: 4.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green11.4%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta88.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ba1dff text on a black background
contrast 4.71:1
Card sample
#ba1dff text on a white background
contrast 4.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba1dff;
Background color
Panel with #ba1dff background
background-color: #ba1dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba1dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 29, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 29, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba1dff; background: linear-gradient(135deg, #ba1dff, #FF1DAD);