Silver
#BFC7CA
GrayColor Codes
All color formats for development
HEX
#BFC7CARGB
rgb(191, 199, 202)HSL
hsl(196, 9%, 77%)OKLCH
oklch(0.824 0.01 222.1)CMYK
cmyk(5%, 1%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAB4B8
2#94A1A6
3#7F8E94
4#6B7B80
5#59666B
6#475256
7#363D40
8#24292B
9#121415
Tints
Lighter variations
1#C5CCCF
2#CCD2D4
3#D2D8DA
4#D9DDDF
5#DFE3E4
6#E5E9EA
7#ECEEEF
8#F2F4F4
9#F9F9FA
Tones
Muted variations
1#C0C7C9
2#C0C6C9
3#C1C6C8
4#C1C6C8
5#C2C6C7
6#C2C5C6
7#C3C5C6
8#C3C5C5
9#C4C5C5
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 | BFC7 #BFC7CA | BordersInactive statesPlaceholder text |
| 400 | 9EA9 #9EA9AE | Disabled statesSecondary iconsMuted text |
| 500 | 8291 #829197 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6675 #66757A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 515D #515D61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A42 #3A4245 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252B #252B2C | Primary textHigh emphasis contentDark headings |
| 950 | 171B #171B1C | 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: #BFC7CA;
--silver-400: #9EA9AE;
--silver-500: #829197;
--silver-600: #66757A;
--silver-700: #515D61;
--silver-800: #3A4245;
--silver-900: #252B2C;
--silver-950: #171B1C;
}