#bcbcab
a light, muted yellow · cool · closest name: silver
RGB
188, 188, 171
HSL
60°, 11%, 70%
CMYK
0, 0, 9, 26
Luminance
0.4960
Every format
| HEX | #bcbcab |
| RGB | rgb(188, 188, 171) |
| HSL | hsl(60, 11%, 70%) |
| CMYK | cmyk(0%, 0%, 9%, 26%) |
| LAB | lab(75.8 -3.0 8.6) |
| LCH | lch(75.8 9.1 109.3) |
| OKLCH | oklch(0.790 0.024 106.9) |
Copy-ready code
/* CSS */
color: #bcbcab;
background-color: #bcbcab;
/* Tailwind (arbitrary) */
class="text-[#bcbcab] bg-[#bcbcab]"
/* SCSS */
$brand: #bcbcab;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.671)
/* Android */
Color.parseColor("#bcbcab")Accessibility — WCAG contrast
Aa
#bcbcab on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcab on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.0%
Key (black)26.3%
Color previews
#bcbcab text on a black background
contrast 10.92:1
Card sample
#bcbcab text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcab;
Background color
Panel with #bcbcab background
background-color: #bcbcab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcab; background: linear-gradient(135deg, #bcbcab, #B1BCAB);