#bc9fab
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 159, 171
HSL
335°, 18%, 68%
CMYK
0, 15, 9, 26
Luminance
0.3843
Every format
| HEX | #bc9fab |
| RGB | rgb(188, 159, 171) |
| HSL | hsl(335, 18%, 68%) |
| CMYK | cmyk(0%, 15%, 9%, 26%) |
| LAB | lab(68.3 12.7 -2.2) |
| LCH | lch(68.3 12.9 350.0) |
| OKLCH | oklch(0.732 0.038 351.2) |
Copy-ready code
/* CSS */
color: #bc9fab;
background-color: #bc9fab;
/* Tailwind (arbitrary) */
class="text-[#bc9fab] bg-[#bc9fab]"
/* SCSS */
$brand: #bc9fab;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.671)
/* Android */
Color.parseColor("#bc9fab")Accessibility — WCAG contrast
Aa
#bc9fab on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fab on black: 8.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow9.0%
Key (black)26.3%
Color previews
#bc9fab text on a black background
contrast 8.69:1
Card sample
#bc9fab text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fab;
Background color
Panel with #bc9fab background
background-color: #bc9fab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fab; background: linear-gradient(135deg, #bc9fab, #BCA69F);