Silver
#BAC7CF
BlueColor Codes
All color formats for development
HEX
#BAC7CFRGB
rgb(186, 199, 207)HSL
hsl(203, 18%, 77%)OKLCH
oklch(0.822 0.018 234.6)CMYK
cmyk(10%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B4BF
2#8BA1AF
3#748E9F
4#617B8B
5#516674
6#40525D
7#303D46
8#20292E
9#101417
Tints
Lighter variations
1#C1CCD4
2#C8D2D9
3#CFD8DD
4#D5DDE2
5#DCE3E7
6#E3E9EC
7#EAEEF1
8#F1F4F5
9#F8F9FA
Tones
Muted variations
1#BBC7CE
2#BCC6CD
3#BDC6CC
4#BEC6CB
5#BFC6CA
6#C0C5C9
7#C1C5C8
8#C2C5C6
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC7 #BAC7CF | BordersInactive statesPlaceholder text |
| 400 | 96A9 #96A9B6 | Disabled statesSecondary iconsMuted text |
| 500 | 7891 #7891A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C75 #5C7584 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 495D #495D69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212B #212B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D8DFE4;
--silver-300: #BAC7CF;
--silver-400: #96A9B6;
--silver-500: #7891A1;
--silver-600: #5C7584;
--silver-700: #495D69;
--silver-800: #34424B;
--silver-900: #212B30;
--silver-950: #151B1E;
}