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