#ba47cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
186, 71, 204
HSL
292°, 57%, 54%
CMYK
9, 65, 0, 20
Luminance
0.1931
Every format
| HEX | #ba47cc |
| RGB | rgb(186, 71, 204) |
| HSL | hsl(292, 57%, 54%) |
| CMYK | cmyk(9%, 65%, 0%, 20%) |
| LAB | lab(51.0 63.9 -47.5) |
| LCH | lch(51.0 79.6 323.3) |
| OKLCH | oklch(0.606 0.215 322.0) |
Copy-ready code
/* CSS */
color: #ba47cc;
background-color: #ba47cc;
/* Tailwind (arbitrary) */
class="text-[#ba47cc] bg-[#ba47cc]"
/* SCSS */
$brand: #ba47cc;
/* SwiftUI */
Color(red: 0.729, green: 0.278, blue: 0.800)
/* Android */
Color.parseColor("#ba47cc")Accessibility — WCAG contrast
Aa
#ba47cc on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba47cc on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green27.8%
Blue80.0%
CMYK percentages
Cyan8.8%
Magenta65.2%
Yellow0.0%
Key (black)20.0%
Color previews
#ba47cc text on a black background
contrast 4.86:1
Card sample
#ba47cc text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba47cc;
Background color
Panel with #ba47cc background
background-color: #ba47cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba47cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 71, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 71, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba47cc; background: linear-gradient(135deg, #ba47cc, #CC4785);