#bc9bbf
a light, soft magenta / pink · warm · closest name: plum
RGB
188, 155, 191
HSL
295°, 22%, 68%
CMYK
2, 19, 0, 25
Luminance
0.3790
Every format
| HEX | #bc9bbf |
| RGB | rgb(188, 155, 191) |
| HSL | hsl(295, 22%, 68%) |
| CMYK | cmyk(2%, 19%, 0%, 25%) |
| LAB | lab(67.9 18.6 -14.0) |
| LCH | lch(67.9 23.3 323.1) |
| OKLCH | oklch(0.731 0.063 323.5) |
Copy-ready code
/* CSS */
color: #bc9bbf;
background-color: #bc9bbf;
/* Tailwind (arbitrary) */
class="text-[#bc9bbf] bg-[#bc9bbf]"
/* SCSS */
$brand: #bc9bbf;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.749)
/* Android */
Color.parseColor("#bc9bbf")Accessibility — WCAG contrast
Aa
#bc9bbf on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9bbf on black: 8.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue74.9%
CMYK percentages
Cyan1.6%
Magenta18.8%
Yellow0.0%
Key (black)25.1%
Color previews
#bc9bbf text on a black background
contrast 8.58:1
Card sample
#bc9bbf text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9bbf;
Background color
Panel with #bc9bbf background
background-color: #bc9bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9bbf; background: linear-gradient(135deg, #bc9bbf, #BF9BAA);