#ba41cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 65, 207
HSL
291°, 60%, 53%
CMYK
10, 69, 0, 19
Luminance
0.1872
Every format
| HEX | #ba41cf |
| RGB | rgb(186, 65, 207) |
| HSL | hsl(291, 60%, 53%) |
| CMYK | cmyk(10%, 69%, 0%, 19%) |
| LAB | lab(50.4 66.8 -50.3) |
| LCH | lch(50.4 83.6 323.0) |
| OKLCH | oklch(0.601 0.225 321.4) |
Copy-ready code
/* CSS */
color: #ba41cf;
background-color: #ba41cf;
/* Tailwind (arbitrary) */
class="text-[#ba41cf] bg-[#ba41cf]"
/* SCSS */
$brand: #ba41cf;
/* SwiftUI */
Color(red: 0.729, green: 0.255, blue: 0.812)
/* Android */
Color.parseColor("#ba41cf")Accessibility — WCAG contrast
Aa
#ba41cf on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba41cf on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green25.5%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta68.6%
Yellow0.0%
Key (black)18.8%
Color previews
#ba41cf text on a black background
contrast 4.74:1
Card sample
#ba41cf text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba41cf;
Background color
Panel with #ba41cf background
background-color: #ba41cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba41cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 65, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 65, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba41cf; background: linear-gradient(135deg, #ba41cf, #CF4185);