#ba3acd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 58, 205
HSL
292°, 60%, 52%
CMYK
9, 72, 0, 20
Luminance
0.1787
Every format
| HEX | #ba3acd |
| RGB | rgb(186, 58, 205) |
| HSL | hsl(292, 60%, 52%) |
| CMYK | cmyk(9%, 72%, 0%, 20%) |
| LAB | lab(49.3 69.0 -50.8) |
| LCH | lch(49.3 85.7 323.6) |
| OKLCH | oklch(0.594 0.232 322.2) |
Copy-ready code
/* CSS */
color: #ba3acd;
background-color: #ba3acd;
/* Tailwind (arbitrary) */
class="text-[#ba3acd] bg-[#ba3acd]"
/* SCSS */
$brand: #ba3acd;
/* SwiftUI */
Color(red: 0.729, green: 0.227, blue: 0.804)
/* Android */
Color.parseColor("#ba3acd")Accessibility — WCAG contrast
Aa
#ba3acd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3acd on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.7%
Blue80.4%
CMYK percentages
Cyan9.3%
Magenta71.7%
Yellow0.0%
Key (black)19.6%
Color previews
#ba3acd text on a black background
contrast 4.57:1
Card sample
#ba3acd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3acd;
Background color
Panel with #ba3acd background
background-color: #ba3acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 58, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 58, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3acd; background: linear-gradient(135deg, #ba3acd, #CD3A7E);