#ba2afd
a balanced, electric violet · warm · closest name: magenta
RGB
186, 42, 253
HSL
281°, 98%, 58%
CMYK
27, 83, 0, 1
Luminance
0.1919
Every format
| HEX | #ba2afd |
| RGB | rgb(186, 42, 253) |
| HSL | hsl(281, 98%, 58%) |
| CMYK | cmyk(27%, 83%, 0%, 1%) |
| LAB | lab(50.9 82.5 -75.5) |
| LCH | lch(50.9 111.8 317.6) |
| OKLCH | oklch(0.615 0.285 311.2) |
Copy-ready code
/* CSS */
color: #ba2afd;
background-color: #ba2afd;
/* Tailwind (arbitrary) */
class="text-[#ba2afd] bg-[#ba2afd]"
/* SCSS */
$brand: #ba2afd;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.992)
/* Android */
Color.parseColor("#ba2afd")Accessibility — WCAG contrast
Aa
#ba2afd on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba2afd on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue99.2%
CMYK percentages
Cyan26.5%
Magenta83.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ba2afd text on a black background
contrast 4.84:1
Card sample
#ba2afd text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2afd;
Background color
Panel with #ba2afd background
background-color: #ba2afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2afd; background: linear-gradient(135deg, #ba2afd, #FD2AB3);