#bc8eb7
a balanced, soft magenta / pink · warm · closest name: plum
RGB
188, 142, 183
HSL
307°, 26%, 65%
CMYK
0, 25, 3, 26
Luminance
0.3346
Every format
| HEX | #bc8eb7 |
| RGB | rgb(188, 142, 183) |
| HSL | hsl(307, 26%, 65%) |
| CMYK | cmyk(0%, 25%, 3%, 26%) |
| LAB | lab(64.5 24.3 -14.6) |
| LCH | lch(64.5 28.4 329.0) |
| OKLCH | oklch(0.704 0.079 330.1) |
Copy-ready code
/* CSS */
color: #bc8eb7;
background-color: #bc8eb7;
/* Tailwind (arbitrary) */
class="text-[#bc8eb7] bg-[#bc8eb7]"
/* SCSS */
$brand: #bc8eb7;
/* SwiftUI */
Color(red: 0.737, green: 0.557, blue: 0.718)
/* Android */
Color.parseColor("#bc8eb7")Accessibility — WCAG contrast
Aa
#bc8eb7 on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8eb7 on black: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green55.7%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow2.7%
Key (black)26.3%
Color previews
#bc8eb7 text on a black background
contrast 7.69:1
Card sample
#bc8eb7 text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8eb7;
Background color
Panel with #bc8eb7 background
background-color: #bc8eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 142, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 142, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8eb7; background: linear-gradient(135deg, #bc8eb7, #BC8E98);