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