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