Silver
#BAC0CE
BlueColor Codes
All color formats for development
HEX
#BAC0CERGB
rgb(186, 192, 206)HSL
hsl(222, 17%, 77%)OKLCH
oklch(0.807 0.021 267.3)CMYK
cmyk(10%, 7%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3ABBE
2#8C96AE
3#75819D
4#626E8A
5#515B73
6#41495C
7#313745
8#21252E
9#101217
Tints
Lighter variations
1#C1C7D3
2#C8CDD8
3#CFD3DD
4#D6D9E2
5#DDE0E7
6#E4E6EC
7#EAECF0
8#F1F2F5
9#F8F9FA
Tones
Muted variations
1#BBC1CD
2#BCC1CC
3#BDC2CB
4#BEC2CA
5#BFC2C9
6#C0C3C8
7#C1C3C7
8#C2C4C6
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 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7984 #7984A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D69 #5D6983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A53 #4A5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | 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: #D8DCE3;
--silver-300: #BAC0CE;
--silver-400: #97A0B5;
--silver-500: #7984A0;
--silver-600: #5D6983;
--silver-700: #4A5368;
--silver-800: #353B4B;
--silver-900: #222630;
--silver-950: #15181E;
}