#bc9bbe
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 155, 190
HSL
297°, 21%, 68%
CMYK
1, 18, 0, 26
Luminance
0.3785
Every format
| HEX | #bc9bbe |
| RGB | rgb(188, 155, 190) |
| HSL | hsl(297, 21%, 68%) |
| CMYK | cmyk(1%, 18%, 0%, 26%) |
| LAB | lab(67.9 18.4 -13.4) |
| LCH | lch(67.9 22.8 323.8) |
| OKLCH | oklch(0.731 0.062 324.4) |
Copy-ready code
/* CSS */
color: #bc9bbe;
background-color: #bc9bbe;
/* Tailwind (arbitrary) */
class="text-[#bc9bbe] bg-[#bc9bbe]"
/* SCSS */
$brand: #bc9bbe;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.745)
/* Android */
Color.parseColor("#bc9bbe")Accessibility — WCAG contrast
Aa
#bc9bbe on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bbe on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue74.5%
CMYK percentages
Cyan1.1%
Magenta18.4%
Yellow0.0%
Key (black)25.5%
Color previews
#bc9bbe text on a black background
contrast 8.57:1
Card sample
#bc9bbe text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bbe;
Background color
Panel with #bc9bbe background
background-color: #bc9bbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bbe; background: linear-gradient(135deg, #bc9bbe, #BE9BA9);