#bc8fba
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 143, 186
HSL
303°, 25%, 65%
CMYK
0, 24, 1, 26
Luminance
0.3388
Every format
| HEX | #bc8fba |
| RGB | rgb(188, 143, 186) |
| HSL | hsl(303, 25%, 65%) |
| CMYK | cmyk(0%, 24%, 1%, 26%) |
| LAB | lab(64.9 24.3 -15.8) |
| LCH | lch(64.9 29.0 327.0) |
| OKLCH | oklch(0.707 0.080 327.8) |
Copy-ready code
/* CSS */
color: #bc8fba;
background-color: #bc8fba;
/* Tailwind (arbitrary) */
class="text-[#bc8fba] bg-[#bc8fba]"
/* SCSS */
$brand: #bc8fba;
/* SwiftUI */
Color(red: 0.737, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#bc8fba")Accessibility — WCAG contrast
Aa
#bc8fba on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8fba on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow1.1%
Key (black)26.3%
Color previews
#bc8fba text on a black background
contrast 7.78:1
Card sample
#bc8fba text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8fba;
Background color
Panel with #bc8fba background
background-color: #bc8fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8fba; background: linear-gradient(135deg, #bc8fba, #BC8F9C);