#bc9b9d
a light, soft red · warm · closest name: silver
RGB
188, 155, 157
HSL
356°, 20%, 67%
CMYK
0, 18, 17, 26
Luminance
0.3657
Every format
| HEX | #bc9b9d |
| RGB | rgb(188, 155, 157) |
| HSL | hsl(356, 20%, 67%) |
| CMYK | cmyk(0%, 18%, 17%, 26%) |
| LAB | lab(67.0 12.5 3.6) |
| LCH | lch(67.0 13.0 15.8) |
| OKLCH | oklch(0.720 0.039 14.0) |
Copy-ready code
/* CSS */
color: #bc9b9d;
background-color: #bc9b9d;
/* Tailwind (arbitrary) */
class="text-[#bc9b9d] bg-[#bc9b9d]"
/* SCSS */
$brand: #bc9b9d;
/* SwiftUI */
Color(red: 0.737, green: 0.608, blue: 0.616)
/* Android */
Color.parseColor("#bc9b9d")Accessibility — WCAG contrast
Aa
#bc9b9d on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9b9d on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green60.8%
Blue61.6%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow16.5%
Key (black)26.3%
Color previews
#bc9b9d text on a black background
contrast 8.31:1
Card sample
#bc9b9d text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9b9d;
Background color
Panel with #bc9b9d background
background-color: #bc9b9d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9b9d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 155, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 155, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9b9d; background: linear-gradient(135deg, #bc9b9d, #BCAF9B);