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