#ba2dff
a balanced, electric violet · warm · closest name: magenta
RGB
186, 45, 255
HSL
280°, 100%, 59%
CMYK
27, 82, 0, 0
Luminance
0.1954
Every format
| HEX | #ba2dff |
| RGB | rgb(186, 45, 255) |
| HSL | hsl(280, 100%, 59%) |
| CMYK | cmyk(27%, 82%, 0%, 0%) |
| LAB | lab(51.3 82.2 -75.9) |
| LCH | lch(51.3 111.9 317.3) |
| OKLCH | oklch(0.618 0.284 310.6) |
Copy-ready code
/* CSS */
color: #ba2dff;
background-color: #ba2dff;
/* Tailwind (arbitrary) */
class="text-[#ba2dff] bg-[#ba2dff]"
/* SCSS */
$brand: #ba2dff;
/* SwiftUI */
Color(red: 0.729, green: 0.176, blue: 1.000)
/* Android */
Color.parseColor("#ba2dff")Accessibility — WCAG contrast
Aa
#ba2dff on white: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba2dff on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.6%
Blue100.0%
CMYK percentages
Cyan27.1%
Magenta82.4%
Yellow0.0%
Key (black)0.0%
Color previews
#ba2dff text on a black background
contrast 4.91:1
Card sample
#ba2dff text on a white background
contrast 4.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2dff;
Background color
Panel with #ba2dff background
background-color: #ba2dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 45, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 45, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2dff; background: linear-gradient(135deg, #ba2dff, #FF2DB8);