#bcbcaf
a light, muted yellow · cool · closest name: silver
RGB
188, 188, 175
HSL
60°, 9%, 71%
CMYK
0, 0, 7, 26
Luminance
0.4975
Every format
| HEX | #bcbcaf |
| RGB | rgb(188, 188, 175) |
| HSL | hsl(60, 9%, 71%) |
| CMYK | cmyk(0%, 0%, 7%, 26%) |
| LAB | lab(75.9 -2.3 6.6) |
| LCH | lch(75.9 7.0 109.5) |
| OKLCH | oklch(0.792 0.018 106.8) |
Copy-ready code
/* CSS */
color: #bcbcaf;
background-color: #bcbcaf;
/* Tailwind (arbitrary) */
class="text-[#bcbcaf] bg-[#bcbcaf]"
/* SCSS */
$brand: #bcbcaf;
/* SwiftUI */
Color(red: 0.737, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#bcbcaf")Accessibility — WCAG contrast
Aa
#bcbcaf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcbcaf on black: 10.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green73.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#bcbcaf text on a black background
contrast 10.95:1
Card sample
#bcbcaf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcbcaf;
Background color
Panel with #bcbcaf background
background-color: #bcbcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcbcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcbcaf; background: linear-gradient(135deg, #bcbcaf, #B3BCAF);