Silver
#B9BACF
BlueColor Codes
All color formats for development
HEX
#B9BACFRGB
rgb(185, 186, 207)HSL
hsl(237, 19%, 77%)OKLCH
oklch(0.795 0.03 283.5)CMYK
cmyk(11%, 10%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2A3C0
2#8A8CB0
3#7375A0
4#5F628C
5#505175
6#40415D
7#303146
8#20212F
9#101017
Tints
Lighter variations
1#C0C1D4
2#C7C8D9
3#CECFDE
4#D5D6E2
5#DCDDE7
6#E3E4EC
7#EAEAF1
8#F1F1F5
9#F8F8FA
Tones
Muted variations
1#BABBCE
2#BBBCCD
3#BDBDCC
4#BEBECB
5#BFBFCA
6#C0C0C9
7#C1C1C8
8#C2C2C7
9#C3C3C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BA #B9BACF | BordersInactive statesPlaceholder text |
| 400 | 9596 #9596B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7679 #7679A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5D #5B5D86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 484A #484A6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3435 #34354C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2122 #212231 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF1;
--silver-200: #D8D8E4;
--silver-300: #B9BACF;
--silver-400: #9596B7;
--silver-500: #7679A2;
--silver-600: #5B5D86;
--silver-700: #484A6A;
--silver-800: #34354C;
--silver-900: #212231;
--silver-950: #15151E;
}