#ba3acb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 58, 203
HSL
293°, 58%, 51%
CMYK
8, 71, 0, 20
Luminance
0.1778
Every format
| HEX | #ba3acb |
| RGB | rgb(186, 58, 203) |
| HSL | hsl(293, 58%, 51%) |
| CMYK | cmyk(8%, 71%, 0%, 20%) |
| LAB | lab(49.2 68.6 -49.9) |
| LCH | lch(49.2 84.8 324.0) |
| OKLCH | oklch(0.592 0.230 322.8) |
Copy-ready code
/* CSS */
color: #ba3acb;
background-color: #ba3acb;
/* Tailwind (arbitrary) */
class="text-[#ba3acb] bg-[#ba3acb]"
/* SCSS */
$brand: #ba3acb;
/* SwiftUI */
Color(red: 0.729, green: 0.227, blue: 0.796)
/* Android */
Color.parseColor("#ba3acb")Accessibility — WCAG contrast
Aa
#ba3acb on white: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3acb on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.7%
Blue79.6%
CMYK percentages
Cyan8.4%
Magenta71.4%
Yellow0.0%
Key (black)20.4%
Color previews
#ba3acb text on a black background
contrast 4.56:1
Card sample
#ba3acb text on a white background
contrast 4.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3acb;
Background color
Panel with #ba3acb background
background-color: #ba3acb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3acb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 58, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 58, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3acb; background: linear-gradient(135deg, #ba3acb, #CB3A7B);