#bc9aad
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 154, 173
HSL
327°, 20%, 67%
CMYK
0, 18, 8, 26
Luminance
0.3682
Every format
| HEX | #bc9aad |
| RGB | rgb(188, 154, 173) |
| HSL | hsl(327, 20%, 67%) |
| CMYK | cmyk(0%, 18%, 8%, 26%) |
| LAB | lab(67.1 15.8 -5.1) |
| LCH | lch(67.1 16.6 342.1) |
| OKLCH | oklch(0.723 0.048 343.7) |
Copy-ready code
/* CSS */
color: #bc9aad;
background-color: #bc9aad;
/* Tailwind (arbitrary) */
class="text-[#bc9aad] bg-[#bc9aad]"
/* SCSS */
$brand: #bc9aad;
/* SwiftUI */
Color(red: 0.737, green: 0.604, blue: 0.678)
/* Android */
Color.parseColor("#bc9aad")Accessibility — WCAG contrast
Aa
#bc9aad on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9aad on black: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta18.1%
Yellow8.0%
Key (black)26.3%
Color previews
#bc9aad text on a black background
contrast 8.36:1
Card sample
#bc9aad text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9aad;
Background color
Panel with #bc9aad background
background-color: #bc9aad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9aad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 154, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 154, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9aad; background: linear-gradient(135deg, #bc9aad, #BC9E9A);