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