Silver
#B9BFCF
BlueColor Codes
All color formats for development
HEX
#B9BFCFRGB
rgb(185, 191, 207)HSL
hsl(224, 19%, 77%)OKLCH
oklch(0.805 0.023 269.4)CMYK
cmyk(11%, 8%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2AAC0
2#8A94B0
3#737FA0
4#5F6B8C
5#505975
6#40485D
7#303646
8#20242F
9#101217
Tints
Lighter variations
1#C0C6D4
2#C7CCD9
3#CED2DE
4#D5D9E2
5#DCDFE7
6#E3E5EC
7#EAECF1
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BAC0CE
2#BBC0CD
3#BDC1CC
4#BEC1CB
5#BFC2CA
6#C0C2C9
7#C1C3C8
8#C2C3C7
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFCF | BordersInactive statesPlaceholder text |
| 400 | 959E #959EB7 | Disabled statesSecondary iconsMuted text |
| 500 | 7682 #7682A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B66 #5B6686 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4851 #48516A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343A #343A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF1;
--silver-200: #D8DBE4;
--silver-300: #B9BFCF;
--silver-400: #959EB7;
--silver-500: #7682A2;
--silver-600: #5B6686;
--silver-700: #48516A;
--silver-800: #343A4C;
--silver-900: #212531;
--silver-950: #15171E;
}