Silver
#BDC5CC
BlueColor Codes
All color formats for development
HEX
#BDC5CCRGB
rgb(189, 197, 204)HSL
hsl(208, 13%, 77%)OKLCH
oklch(0.819 0.013 244.3)CMYK
cmyk(7%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7B1BB
2#909EAA
3#7A8A99
4#667785
5#55636F
6#444F59
7#333B43
8#22282C
9#111416
Tints
Lighter variations
1#C3CBD1
2#CAD0D6
3#D1D6DB
4#D7DCE0
5#DEE2E5
6#E4E8EB
7#EBEEF0
8#F2F3F5
9#F8F9FA
Tones
Muted variations
1#BDC5CB
2#BEC5CA
3#BFC5CA
4#C0C5C9
5#C1C5C8
6#C1C5C7
7#C2C5C7
8#C3C4C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA7 #9AA7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8D #7D8D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6271 #62717F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBEDEF;
--silver-200: #DADEE2;
--silver-300: #BDC5CC;
--silver-400: #9AA7B1;
--silver-500: #7D8D9B;
--silver-600: #62717F;
--silver-700: #4E5A65;
--silver-800: #374048;
--silver-900: #23292E;
--silver-950: #161A1D;
}