#ba2ad7
a balanced, vivid violet · warm · closest name: magenta
RGB
186, 42, 215
HSL
290°, 68%, 50%
CMYK
14, 81, 0, 16
Luminance
0.1700
Every format
| HEX | #ba2ad7 |
| RGB | rgb(186, 42, 215) |
| HSL | hsl(290, 68%, 50%) |
| CMYK | cmyk(14%, 81%, 0%, 16%) |
| LAB | lab(48.3 75.6 -58.3) |
| LCH | lch(48.3 95.5 322.4) |
| OKLCH | oklch(0.588 0.255 320.0) |
Copy-ready code
/* CSS */
color: #ba2ad7;
background-color: #ba2ad7;
/* Tailwind (arbitrary) */
class="text-[#ba2ad7] bg-[#ba2ad7]"
/* SCSS */
$brand: #ba2ad7;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.843)
/* Android */
Color.parseColor("#ba2ad7")Accessibility — WCAG contrast
Aa
#ba2ad7 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2ad7 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue84.3%
CMYK percentages
Cyan13.5%
Magenta80.5%
Yellow0.0%
Key (black)15.7%
Color previews
#ba2ad7 text on a black background
contrast 4.40:1
Card sample
#ba2ad7 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2ad7;
Background color
Panel with #ba2ad7 background
background-color: #ba2ad7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2ad7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2ad7; background: linear-gradient(135deg, #ba2ad7, #D72A81);