#ba4cc2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 76, 194
HSL
296°, 49%, 53%
CMYK
4, 61, 0, 24
Luminance
0.1950
Every format
| HEX | #ba4cc2 |
| RGB | rgb(186, 76, 194) |
| HSL | hsl(296, 49%, 53%) |
| CMYK | cmyk(4%, 61%, 0%, 24%) |
| LAB | lab(51.3 59.9 -41.4) |
| LCH | lch(51.3 72.8 325.3) |
| OKLCH | oklch(0.605 0.200 324.9) |
Copy-ready code
/* CSS */
color: #ba4cc2;
background-color: #ba4cc2;
/* Tailwind (arbitrary) */
class="text-[#ba4cc2] bg-[#ba4cc2]"
/* SCSS */
$brand: #ba4cc2;
/* SwiftUI */
Color(red: 0.729, green: 0.298, blue: 0.761)
/* Android */
Color.parseColor("#ba4cc2")Accessibility — WCAG contrast
Aa
#ba4cc2 on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba4cc2 on black: 4.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green29.8%
Blue76.1%
CMYK percentages
Cyan4.1%
Magenta60.8%
Yellow0.0%
Key (black)23.9%
Color previews
#ba4cc2 text on a black background
contrast 4.90:1
Card sample
#ba4cc2 text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba4cc2;
Background color
Panel with #ba4cc2 background
background-color: #ba4cc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba4cc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 76, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 76, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba4cc2; background: linear-gradient(135deg, #ba4cc2, #C24C7B);