Silver
#BFC6CA
GrayColor Codes
All color formats for development
HEX
#BFC6CARGB
rgb(191, 198, 202)HSL
hsl(202, 9%, 77%)OKLCH
oklch(0.822 0.01 232.4)CMYK
cmyk(5%, 2%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAB3B8
2#949FA6
3#7F8C94
4#6B7980
5#59656B
6#475056
7#363C40
8#24282B
9#121415
Tints
Lighter variations
1#C5CBCF
2#CCD1D4
3#D2D7DA
4#D9DDDF
5#DFE2E4
6#E5E8EA
7#ECEEEF
8#F2F4F4
9#F9F9FA
Tones
Muted variations
1#C0C6C9
2#C0C5C9
3#C1C5C8
4#C1C5C8
5#C2C5C7
6#C2C5C6
7#C3C5C6
8#C3C5C5
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECEE #ECEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC6 #BFC6CA | BordersInactive statesPlaceholder text |
| 400 | 9EA8 #9EA8AE | Disabled statesSecondary iconsMuted text |
| 500 | 828F #828F97 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6673 #66737A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515B #515B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A41 #3A4145 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2C | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #ECEEEF;
--silver-200: #DBDFE1;
--silver-300: #BFC6CA;
--silver-400: #9EA8AE;
--silver-500: #828F97;
--silver-600: #66737A;
--silver-700: #515B61;
--silver-800: #3A4145;
--silver-900: #252A2C;
--silver-950: #171A1C;
}