#ba63ac
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 99, 172
HSL
310°, 39%, 56%
CMYK
0, 47, 8, 27
Luminance
0.2234
Every format
| HEX | #ba63ac |
| RGB | rgb(186, 99, 172) |
| HSL | hsl(310, 39%, 56%) |
| CMYK | cmyk(0%, 47%, 8%, 27%) |
| LAB | lab(54.4 45.0 -23.8) |
| LCH | lch(54.4 50.9 332.1) |
| OKLCH | oklch(0.625 0.144 333.4) |
Copy-ready code
/* CSS */
color: #ba63ac;
background-color: #ba63ac;
/* Tailwind (arbitrary) */
class="text-[#ba63ac] bg-[#ba63ac]"
/* SCSS */
$brand: #ba63ac;
/* SwiftUI */
Color(red: 0.729, green: 0.388, blue: 0.675)
/* Android */
Color.parseColor("#ba63ac")Accessibility — WCAG contrast
Aa
#ba63ac on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba63ac on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green38.8%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow7.5%
Key (black)27.1%
Color previews
#ba63ac text on a black background
contrast 5.47:1
Card sample
#ba63ac text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba63ac;
Background color
Panel with #ba63ac background
background-color: #ba63ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba63ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 99, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 99, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba63ac; background: linear-gradient(135deg, #ba63ac, #BA6372);