Silver
#BDC6CC
BlueColor Codes
All color formats for development
HEX
#BDC6CCRGB
rgb(189, 198, 204)HSL
hsl(204, 13%, 77%)OKLCH
oklch(0.821 0.013 236.7)CMYK
cmyk(7%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7B3BB
2#90A0AA
3#7A8D99
4#667985
5#55656F
6#445159
7#333C43
8#22282C
9#111416
Tints
Lighter variations
1#C3CCD1
2#CAD1D6
3#D1D7DB
4#D7DDE0
5#DEE2E5
6#E4E8EB
7#EBEEF0
8#F2F4F5
9#F8F9FA
Tones
Muted variations
1#BDC6CB
2#BEC6CA
3#BFC5CA
4#C0C5C9
5#C1C5C8
6#C1C5C7
7#C2C5C7
8#C3C5C6
9#C4C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC6 #BDC6CC | BordersInactive statesPlaceholder text |
| 400 | 9AA8 #9AA8B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8F #7D8F9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6273 #62737F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5C #4E5C65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374148 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2E | 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: #F6F8F8;
--silver-100: #EBEEEF;
--silver-200: #DADFE2;
--silver-300: #BDC6CC;
--silver-400: #9AA8B1;
--silver-500: #7D8F9B;
--silver-600: #62737F;
--silver-700: #4E5C65;
--silver-800: #374148;
--silver-900: #232A2E;
--silver-950: #161A1D;
}