Silver
#BFC9CA
GrayColor Codes
All color formats for development
HEX
#BFC9CARGB
rgb(191, 201, 202)HSL
hsl(185, 9%, 77%)OKLCH
oklch(0.828 0.011 204.1)CMYK
cmyk(5%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AAB7B8
2#94A4A6
3#7F9294
4#6B7F80
5#596A6B
6#475456
7#363F40
8#242A2B
9#121515
Tints
Lighter variations
1#C5CECF
2#CCD4D4
3#D2D9DA
4#D9DEDF
5#DFE4E4
6#E5E9EA
7#ECEFEF
8#F2F4F4
9#F9FAFA
Tones
Muted variations
1#C0C8C9
2#C0C8C9
3#C1C7C8
4#C1C7C8
5#C2C7C7
6#C2C6C6
7#C3C6C6
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 | DBE0 #DBE0E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BFC9 #BFC9CA | BordersInactive statesPlaceholder text |
| 400 | 9EAC #9EACAE | Disabled statesSecondary iconsMuted text |
| 500 | 8295 #829597 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6679 #66797A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5160 #516061 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3A45 #3A4545 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2C | 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: #DBE0E1;
--silver-300: #BFC9CA;
--silver-400: #9EACAE;
--silver-500: #829597;
--silver-600: #66797A;
--silver-700: #516061;
--silver-800: #3A4545;
--silver-900: #252C2C;
--silver-950: #171B1C;
}