#ba41cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 65, 204
HSL
292°, 58%, 53%
CMYK
9, 68, 0, 20
Luminance
0.1858
Every format
| HEX | #ba41cc |
| RGB | rgb(186, 65, 204) |
| HSL | hsl(292, 58%, 53%) |
| CMYK | cmyk(9%, 68%, 0%, 20%) |
| LAB | lab(50.2 66.2 -48.9) |
| LCH | lch(50.2 82.3 323.6) |
| OKLCH | oklch(0.599 0.223 322.2) |
Copy-ready code
/* CSS */
color: #ba41cc;
background-color: #ba41cc;
/* Tailwind (arbitrary) */
class="text-[#ba41cc] bg-[#ba41cc]"
/* SCSS */
$brand: #ba41cc;
/* SwiftUI */
Color(red: 0.729, green: 0.255, blue: 0.800)
/* Android */
Color.parseColor("#ba41cc")Accessibility — WCAG contrast
Aa
#ba41cc on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba41cc on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.5%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta68.1%
Yellow0.0%
Key (black)20.0%
Color previews
#ba41cc text on a black background
contrast 4.72:1
Card sample
#ba41cc text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba41cc;
Background color
Panel with #ba41cc background
background-color: #ba41cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba41cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 65, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 65, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba41cc; background: linear-gradient(135deg, #ba41cc, #CC4181);