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