Silver
#BAC6CE
BlueColor Codes
All color formats for development
HEX
#BAC6CERGB
rgb(186, 198, 206)HSL
hsl(204, 17%, 77%)OKLCH
oklch(0.82 0.017 236.7)CMYK
cmyk(10%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B3BE
2#8CA0AE
3#758D9D
4#627A8A
5#516673
6#41515C
7#313D45
8#21292E
9#101417
Tints
Lighter variations
1#C1CCD3
2#C8D2D8
3#CFD7DD
4#D6DDE2
5#DDE3E7
6#E4E8EC
7#EAEEF0
8#F1F4F5
9#F8F9FA
Tones
Muted variations
1#BBC6CD
2#BCC6CC
3#BDC6CB
4#BEC6CA
5#BFC5C9
6#C0C5C8
7#C1C5C7
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 #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7990 #7990A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D74 #5D7483 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5C #4A5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3542 #35424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D8DFE3;
--silver-300: #BAC6CE;
--silver-400: #97A9B5;
--silver-500: #7990A0;
--silver-600: #5D7483;
--silver-700: #4A5C68;
--silver-800: #35424B;
--silver-900: #222A30;
--silver-950: #151A1E;
}