#ba2cc6
a balanced, vivid magenta / pink · warm · closest name: purple
RGB
186, 44, 198
HSL
295°, 64%, 48%
CMYK
6, 78, 0, 22
Luminance
0.1632
Every format
| HEX | #ba2cc6 |
| RGB | rgb(186, 44, 198) |
| HSL | hsl(295, 64%, 48%) |
| CMYK | cmyk(6%, 78%, 0%, 22%) |
| LAB | lab(47.4 72.2 -49.9) |
| LCH | lch(47.4 87.8 325.4) |
| OKLCH | oklch(0.578 0.240 324.5) |
Copy-ready code
/* CSS */
color: #ba2cc6;
background-color: #ba2cc6;
/* Tailwind (arbitrary) */
class="text-[#ba2cc6] bg-[#ba2cc6]"
/* SCSS */
$brand: #ba2cc6;
/* SwiftUI */
Color(red: 0.729, green: 0.173, blue: 0.776)
/* Android */
Color.parseColor("#ba2cc6")Accessibility — WCAG contrast
Aa
#ba2cc6 on white: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba2cc6 on black: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green17.3%
Blue77.6%
CMYK percentages
Cyan6.1%
Magenta77.8%
Yellow0.0%
Key (black)22.4%
Color previews
#ba2cc6 text on a black background
contrast 4.26:1
Card sample
#ba2cc6 text on a white background
contrast 4.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba2cc6;
Background color
Panel with #ba2cc6 background
background-color: #ba2cc6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba2cc6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 44, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 44, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba2cc6; background: linear-gradient(135deg, #ba2cc6, #C62C6C);