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