#ba2aef
a balanced, electric violet · warm · closest name: magenta
RGB
186, 42, 239
HSL
284°, 86%, 55%
CMYK
22, 82, 0, 6
Luminance
0.1833
Every format
| HEX | #ba2aef |
| RGB | rgb(186, 42, 239) |
| HSL | hsl(284, 86%, 55%) |
| CMYK | cmyk(22%, 82%, 0%, 6%) |
| LAB | lab(49.9 79.9 -69.3) |
| LCH | lch(49.9 105.8 319.1) |
| OKLCH | oklch(0.604 0.273 314.2) |
Copy-ready code
/* CSS */
color: #ba2aef;
background-color: #ba2aef;
/* Tailwind (arbitrary) */
class="text-[#ba2aef] bg-[#ba2aef]"
/* SCSS */
$brand: #ba2aef;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#ba2aef")Accessibility — WCAG contrast
Aa
#ba2aef on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2aef on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue93.7%
CMYK percentages
Cyan22.2%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ba2aef text on a black background
contrast 4.67:1
Card sample
#ba2aef text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2aef;
Background color
Panel with #ba2aef background
background-color: #ba2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2aef; background: linear-gradient(135deg, #ba2aef, #EF2AA1);