#bc9e9b
a light, soft red · warm · closest name: silver
RGB
188, 158, 155
HSL
6°, 20%, 67%
CMYK
0, 16, 18, 26
Luminance
0.3751
Every format
| HEX | #bc9e9b |
| RGB | rgb(188, 158, 155) |
| HSL | hsl(6, 20%, 67%) |
| CMYK | cmyk(0%, 16%, 18%, 26%) |
| LAB | lab(67.7 10.6 5.7) |
| LCH | lch(67.7 12.0 28.3) |
| OKLCH | oklch(0.725 0.036 24.7) |
Copy-ready code
/* CSS */
color: #bc9e9b;
background-color: #bc9e9b;
/* Tailwind (arbitrary) */
class="text-[#bc9e9b] bg-[#bc9e9b]"
/* SCSS */
$brand: #bc9e9b;
/* SwiftUI */
Color(red: 0.737, green: 0.620, blue: 0.608)
/* Android */
Color.parseColor("#bc9e9b")Accessibility — WCAG contrast
Aa
#bc9e9b on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9e9b on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.0%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow17.6%
Key (black)26.3%
Color previews
#bc9e9b text on a black background
contrast 8.50:1
Card sample
#bc9e9b text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9e9b;
Background color
Panel with #bc9e9b background
background-color: #bc9e9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9e9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 158, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 158, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9e9b; background: linear-gradient(135deg, #bc9e9b, #BCB49B);