#bc9fb3
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 159, 179
HSL
319°, 18%, 68%
CMYK
0, 15, 5, 26
Luminance
0.3874
Every format
| HEX | #bc9fb3 |
| RGB | rgb(188, 159, 179) |
| HSL | hsl(319, 18%, 68%) |
| CMYK | cmyk(0%, 15%, 5%, 26%) |
| LAB | lab(68.6 14.1 -6.3) |
| LCH | lch(68.6 15.5 335.8) |
| OKLCH | oklch(0.734 0.044 337.4) |
Copy-ready code
/* CSS */
color: #bc9fb3;
background-color: #bc9fb3;
/* Tailwind (arbitrary) */
class="text-[#bc9fb3] bg-[#bc9fb3]"
/* SCSS */
$brand: #bc9fb3;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.702)
/* Android */
Color.parseColor("#bc9fb3")Accessibility — WCAG contrast
Aa
#bc9fb3 on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9fb3 on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow4.8%
Key (black)26.3%
Color previews
#bc9fb3 text on a black background
contrast 8.75:1
Card sample
#bc9fb3 text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9fb3;
Background color
Panel with #bc9fb3 background
background-color: #bc9fb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9fb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9fb3; background: linear-gradient(135deg, #bc9fb3, #BC9FA0);