#bc9db0
a light, soft magenta / pink · warm · closest name: silver
RGB
188, 157, 176
HSL
323°, 19%, 68%
CMYK
0, 17, 6, 26
Luminance
0.3794
Every format
| HEX | #bc9db0 |
| RGB | rgb(188, 157, 176) |
| HSL | hsl(323, 19%, 68%) |
| CMYK | cmyk(0%, 17%, 6%, 26%) |
| LAB | lab(68.0 14.7 -5.5) |
| LCH | lch(68.0 15.7 339.3) |
| OKLCH | oklch(0.730 0.045 341.0) |
Copy-ready code
/* CSS */
color: #bc9db0;
background-color: #bc9db0;
/* Tailwind (arbitrary) */
class="text-[#bc9db0] bg-[#bc9db0]"
/* SCSS */
$brand: #bc9db0;
/* SwiftUI */
Color(red: 0.737, green: 0.616, blue: 0.690)
/* Android */
Color.parseColor("#bc9db0")Accessibility — WCAG contrast
Aa
#bc9db0 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9db0 on black: 8.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green61.6%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta16.5%
Yellow6.4%
Key (black)26.3%
Color previews
#bc9db0 text on a black background
contrast 8.59:1
Card sample
#bc9db0 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9db0;
Background color
Panel with #bc9db0 background
background-color: #bc9db0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9db0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 157, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 157, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9db0; background: linear-gradient(135deg, #bc9db0, #BC9F9D);