#ba2ae7
a balanced, electric violet · warm · closest name: magenta
RGB
186, 42, 231
HSL
286°, 80%, 54%
CMYK
20, 82, 0, 9
Luminance
0.1786
Every format
| HEX | #ba2ae7 |
| RGB | rgb(186, 42, 231) |
| HSL | hsl(286, 80%, 54%) |
| CMYK | cmyk(20%, 82%, 0%, 9%) |
| LAB | lab(49.3 78.5 -65.7) |
| LCH | lch(49.3 102.3 320.1) |
| OKLCH | oklch(0.599 0.267 316.0) |
Copy-ready code
/* CSS */
color: #ba2ae7;
background-color: #ba2ae7;
/* Tailwind (arbitrary) */
class="text-[#ba2ae7] bg-[#ba2ae7]"
/* SCSS */
$brand: #ba2ae7;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.906)
/* Android */
Color.parseColor("#ba2ae7")Accessibility — WCAG contrast
Aa
#ba2ae7 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2ae7 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue90.6%
CMYK percentages
Cyan19.5%
Magenta81.8%
Yellow0.0%
Key (black)9.4%
Color previews
#ba2ae7 text on a black background
contrast 4.57:1
Card sample
#ba2ae7 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2ae7;
Background color
Panel with #ba2ae7 background
background-color: #ba2ae7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2ae7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2ae7; background: linear-gradient(135deg, #ba2ae7, #E72A96);