#bc6fba
a balanced, soft magenta / pink · warm · closest name: orchid
RGB
188, 111, 186
HSL
302°, 37%, 59%
CMYK
0, 41, 1, 26
Luminance
0.2561
Every format
| HEX | #bc6fba |
| RGB | rgb(188, 111, 186) |
| HSL | hsl(302, 37%, 59%) |
| CMYK | cmyk(0%, 41%, 1%, 26%) |
| LAB | lab(57.7 41.9 -26.8) |
| LCH | lch(57.7 49.7 327.4) |
| OKLCH | oklch(0.652 0.138 327.9) |
Copy-ready code
/* CSS */
color: #bc6fba;
background-color: #bc6fba;
/* Tailwind (arbitrary) */
class="text-[#bc6fba] bg-[#bc6fba]"
/* SCSS */
$brand: #bc6fba;
/* SwiftUI */
Color(red: 0.737, green: 0.435, blue: 0.729)
/* Android */
Color.parseColor("#bc6fba")Accessibility — WCAG contrast
Aa
#bc6fba on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bc6fba on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green43.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta41.0%
Yellow1.1%
Key (black)26.3%
Color previews
#bc6fba text on a black background
contrast 6.12:1
Card sample
#bc6fba text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc6fba;
Background color
Panel with #bc6fba background
background-color: #bc6fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc6fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 111, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 111, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc6fba; background: linear-gradient(135deg, #bc6fba, #BC6F87);