#bc9cab
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 156, 171
HSL
332°, 19%, 68%
CMYK
0, 17, 9, 26
Luminance
0.3741
Every format
| HEX | #bc9cab |
| RGB | rgb(188, 156, 171) |
| HSL | hsl(332, 19%, 68%) |
| CMYK | cmyk(0%, 17%, 9%, 26%) |
| LAB | lab(67.6 14.3 -3.3) |
| LCH | lch(67.6 14.7 346.9) |
| OKLCH | oklch(0.726 0.043 348.3) |
Copy-ready code
/* CSS */
color: #bc9cab;
background-color: #bc9cab;
/* Tailwind (arbitrary) */
class="text-[#bc9cab] bg-[#bc9cab]"
/* SCSS */
$brand: #bc9cab;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.671)
/* Android */
Color.parseColor("#bc9cab")Accessibility — WCAG contrast
Aa
#bc9cab on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9cab on black: 8.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow9.0%
Key (black)26.3%
Color previews
#bc9cab text on a black background
contrast 8.48:1
Card sample
#bc9cab text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9cab;
Background color
Panel with #bc9cab background
background-color: #bc9cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9cab; background: linear-gradient(135deg, #bc9cab, #BCA29C);