#ba3acf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 58, 207
HSL
292°, 61%, 52%
CMYK
10, 72, 0, 19
Luminance
0.1797
Every format
| HEX | #ba3acf |
| RGB | rgb(186, 58, 207) |
| HSL | hsl(292, 61%, 52%) |
| CMYK | cmyk(10%, 72%, 0%, 19%) |
| LAB | lab(49.5 69.3 -51.8) |
| LCH | lch(49.5 86.5 323.2) |
| OKLCH | oklch(0.595 0.233 321.6) |
Copy-ready code
/* CSS */
color: #ba3acf;
background-color: #ba3acf;
/* Tailwind (arbitrary) */
class="text-[#ba3acf] bg-[#ba3acf]"
/* SCSS */
$brand: #ba3acf;
/* SwiftUI */
Color(red: 0.729, green: 0.227, blue: 0.812)
/* Android */
Color.parseColor("#ba3acf")Accessibility — WCAG contrast
Aa
#ba3acf on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ba3acf on black: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green22.7%
Blue81.2%
CMYK percentages
Cyan10.1%
Magenta72.0%
Yellow0.0%
Key (black)18.8%
Color previews
#ba3acf text on a black background
contrast 4.59:1
Card sample
#ba3acf text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba3acf;
Background color
Panel with #ba3acf background
background-color: #ba3acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba3acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 58, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 58, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba3acf; background: linear-gradient(135deg, #ba3acf, #CF3A81);