#ba2ad3
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
186, 42, 211
HSL
291°, 67%, 50%
CMYK
12, 80, 0, 17
Luminance
0.1680
Every format
| HEX | #ba2ad3 |
| RGB | rgb(186, 42, 211) |
| HSL | hsl(291, 67%, 50%) |
| CMYK | cmyk(12%, 80%, 0%, 17%) |
| LAB | lab(48.0 74.9 -56.4) |
| LCH | lch(48.0 93.8 323.0) |
| OKLCH | oklch(0.585 0.252 321.0) |
Copy-ready code
/* CSS */
color: #ba2ad3;
background-color: #ba2ad3;
/* Tailwind (arbitrary) */
class="text-[#ba2ad3] bg-[#ba2ad3]"
/* SCSS */
$brand: #ba2ad3;
/* SwiftUI */
Color(red: 0.729, green: 0.165, blue: 0.827)
/* Android */
Color.parseColor("#ba2ad3")Accessibility — WCAG contrast
Aa
#ba2ad3 on white: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2ad3 on black: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green16.5%
Blue82.7%
CMYK percentages
Cyan11.8%
Magenta80.1%
Yellow0.0%
Key (black)17.3%
Color previews
#ba2ad3 text on a black background
contrast 4.36:1
Card sample
#ba2ad3 text on a white background
contrast 4.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2ad3;
Background color
Panel with #ba2ad3 background
background-color: #ba2ad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2ad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 42, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 42, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2ad3; background: linear-gradient(135deg, #ba2ad3, #D32A7B);