Silver
#B9C5CF
BlueColor Codes
All color formats for development
HEX
#B9C5CFRGB
rgb(185, 197, 207)HSL
hsl(207, 19%, 77%)OKLCH
oklch(0.817 0.019 243)CMYK
cmyk(11%, 5%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2B2C0
2#8A9FB0
3#738CA0
4#5F788C
5#506475
6#40505D
7#303C46
8#20282F
9#101417
Tints
Lighter variations
1#C0CBD4
2#C7D1D9
3#CED7DE
4#D5DCE2
5#DCE2E7
6#E3E8EC
7#EAEEF1
8#F1F3F5
9#F8F9FA
Tones
Muted variations
1#BAC5CE
2#BBC5CD
3#BDC5CC
4#BEC5CB
5#BFC5CA
6#C0C5C9
7#C1C5C8
8#C2C5C7
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DE #D8DEE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C5 #B9C5CF | BordersInactive statesPlaceholder text |
| 400 | 95A7 #95A7B7 | Disabled statesSecondary iconsMuted text |
| 500 | 768E #768EA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B72 #5B7286 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485B #485B6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3441 #34414C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | 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: #EAEDF1;
--silver-200: #D8DEE4;
--silver-300: #B9C5CF;
--silver-400: #95A7B7;
--silver-500: #768EA2;
--silver-600: #5B7286;
--silver-700: #485B6A;
--silver-800: #34414C;
--silver-900: #212A31;
--silver-950: #151A1E;
}