Silver
#BAC0CF
BlueColor Codes
All color formats for development
HEX
#BAC0CFRGB
rgb(186, 192, 207)HSL
hsl(223, 18%, 77%)OKLCH
oklch(0.808 0.022 268.4)CMYK
cmyk(10%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3ABBF
2#8B95AF
3#74809F
4#616D8B
5#515B74
6#40485D
7#303646
8#20242E
9#101217
Tints
Lighter variations
1#C1C6D4
2#C8CCD9
3#CFD3DD
4#D5D9E2
5#DCDFE7
6#E3E6EC
7#EAECF1
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BBC0CE
2#BCC1CD
3#BDC1CC
4#BEC2CB
5#BFC2CA
6#C0C3C9
7#C1C3C8
8#C2C3C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DB #D8DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CF | BordersInactive statesPlaceholder text |
| 400 | 969F #969FB6 | Disabled statesSecondary iconsMuted text |
| 500 | 7883 #7883A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C67 #5C6784 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4952 #495269 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 343B #343B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2126 #212630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF0;
--silver-200: #D8DBE4;
--silver-300: #BAC0CF;
--silver-400: #969FB6;
--silver-500: #7883A1;
--silver-600: #5C6784;
--silver-700: #495269;
--silver-800: #343B4B;
--silver-900: #212630;
--silver-950: #15181E;
}