Silver
#BAC8CE
BlueColor Codes
All color formats for development
HEX
#BAC8CERGB
rgb(186, 200, 206)HSL
hsl(198, 17%, 77%)OKLCH
oklch(0.824 0.018 225.2)CMYK
cmyk(10%, 3%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B6BE
2#8CA4AE
3#75919D
4#627E8A
5#516973
6#41545C
7#313F45
8#212A2E
9#101517
Tints
Lighter variations
1#C1CED3
2#C8D3D8
3#CFD9DD
4#D6DEE2
5#DDE4E7
6#E4E9EC
7#EAEFF0
8#F1F4F5
9#F8FAFA
Tones
Muted variations
1#BBC8CD
2#BCC8CC
3#BDC7CB
4#BEC7CA
5#BFC6C9
6#C0C6C8
7#C1C6C7
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 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AC #97ACB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7994 #7994A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D78 #5D7883 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5F #4A5F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3544 #35444B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | 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: #D8E0E3;
--silver-300: #BAC8CE;
--silver-400: #97ACB5;
--silver-500: #7994A0;
--silver-600: #5D7883;
--silver-700: #4A5F68;
--silver-800: #35444B;
--silver-900: #222C30;
--silver-950: #151B1E;
}