Silver
#BAC5CE
BlueColor Codes
All color formats for development
HEX
#BAC5CERGB
rgb(186, 197, 206)HSL
hsl(207, 17%, 77%)OKLCH
oklch(0.818 0.018 242.5)CMYK
cmyk(10%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3B2BE
2#8C9FAE
3#758B9D
4#62788A
5#516473
6#41505C
7#313C45
8#21282E
9#101417
Tints
Lighter variations
1#C1CBD3
2#C8D1D8
3#CFD7DD
4#D6DCE2
5#DDE2E7
6#E4E8EC
7#EAEEF0
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BBC5CD
2#BCC5CC
3#BDC5CB
4#BEC5CA
5#BFC5C9
6#C0C5C8
7#C1C5C7
8#C2C5C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC5 #BAC5CE | BordersInactive statesPlaceholder text |
| 400 | 97A7 #97A7B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798E #798EA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D72 #5D7283 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5B #4A5B68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3541 #35414B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #222930 | 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: #F6F7F9;
--silver-100: #EAEDF0;
--silver-200: #D8DEE3;
--silver-300: #BAC5CE;
--silver-400: #97A7B5;
--silver-500: #798EA0;
--silver-600: #5D7283;
--silver-700: #4A5B68;
--silver-800: #35414B;
--silver-900: #222930;
--silver-950: #151A1E;
}