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