#bc9caf
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 156, 175
HSL
324°, 19%, 68%
CMYK
0, 17, 7, 26
Luminance
0.3756
Every format
| HEX | #bc9caf |
| RGB | rgb(188, 156, 175) |
| HSL | hsl(324, 19%, 68%) |
| CMYK | cmyk(0%, 17%, 7%, 26%) |
| LAB | lab(67.7 15.1 -5.4) |
| LCH | lch(67.7 16.0 340.2) |
| OKLCH | oklch(0.727 0.046 341.9) |
Copy-ready code
/* CSS */
color: #bc9caf;
background-color: #bc9caf;
/* Tailwind (arbitrary) */
class="text-[#bc9caf] bg-[#bc9caf]"
/* SCSS */
$brand: #bc9caf;
/* SwiftUI */
Color(red: 0.737, green: 0.612, blue: 0.686)
/* Android */
Color.parseColor("#bc9caf")Accessibility — WCAG contrast
Aa
#bc9caf on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9caf on black: 8.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.0%
Yellow6.9%
Key (black)26.3%
Color previews
#bc9caf text on a black background
contrast 8.51:1
Card sample
#bc9caf text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9caf;
Background color
Panel with #bc9caf background
background-color: #bc9caf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9caf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 156, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 156, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9caf; background: linear-gradient(135deg, #bc9caf, #BC9E9C);