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