#ba6cbf
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
186, 108, 191
HSL
296°, 39%, 59%
CMYK
3, 44, 0, 25
Luminance
0.2493
Every format
| HEX | #ba6cbf |
| RGB | rgb(186, 108, 191) |
| HSL | hsl(296, 39%, 59%) |
| CMYK | cmyk(3%, 44%, 0%, 25%) |
| LAB | lab(57.0 43.8 -30.7) |
| LCH | lch(57.0 53.5 324.9) |
| OKLCH | oklch(0.647 0.146 324.9) |
Copy-ready code
/* CSS */
color: #ba6cbf;
background-color: #ba6cbf;
/* Tailwind (arbitrary) */
class="text-[#ba6cbf] bg-[#ba6cbf]"
/* SCSS */
$brand: #ba6cbf;
/* SwiftUI */
Color(red: 0.729, green: 0.424, blue: 0.749)
/* Android */
Color.parseColor("#ba6cbf")Accessibility — WCAG contrast
Aa
#ba6cbf on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba6cbf on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green42.4%
Blue74.9%
CMYK percentages
Cyan2.6%
Magenta43.5%
Yellow0.0%
Key (black)25.1%
Color previews
#ba6cbf text on a black background
contrast 5.99:1
Card sample
#ba6cbf text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba6cbf;
Background color
Panel with #ba6cbf background
background-color: #ba6cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba6cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 108, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 108, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba6cbf; background: linear-gradient(135deg, #ba6cbf, #BF6C8D);