#ba2fe9
a balanced, electric violet · warm · closest name: magenta
RGB
186, 47, 233
HSL
285°, 81%, 55%
CMYK
20, 80, 0, 9
Luminance
0.1836
Every format
| HEX | #ba2fe9 |
| RGB | rgb(186, 47, 233) |
| HSL | hsl(285, 81%, 55%) |
| CMYK | cmyk(20%, 80%, 0%, 9%) |
| LAB | lab(49.9 77.5 -65.8) |
| LCH | lch(49.9 101.7 319.7) |
| OKLCH | oklch(0.603 0.265 315.4) |
Copy-ready code
/* CSS */
color: #ba2fe9;
background-color: #ba2fe9;
/* Tailwind (arbitrary) */
class="text-[#ba2fe9] bg-[#ba2fe9]"
/* SCSS */
$brand: #ba2fe9;
/* SwiftUI */
Color(red: 0.729, green: 0.184, blue: 0.914)
/* Android */
Color.parseColor("#ba2fe9")Accessibility — WCAG contrast
Aa
#ba2fe9 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2fe9 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green18.4%
Blue91.4%
CMYK percentages
Cyan20.2%
Magenta79.8%
Yellow0.0%
Key (black)8.6%
Color previews
#ba2fe9 text on a black background
contrast 4.67:1
Card sample
#ba2fe9 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2fe9;
Background color
Panel with #ba2fe9 background
background-color: #ba2fe9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2fe9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 47, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 47, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2fe9; background: linear-gradient(135deg, #ba2fe9, #E92F9C);