Silver
#BDC9CC
CyanColor Codes
All color formats for development
HEX
#BDC9CCRGB
rgb(189, 201, 204)HSL
hsl(192, 13%, 77%)OKLCH
oklch(0.828 0.014 214.4)CMYK
cmyk(7%, 1%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7B7BB
2#90A5AA
3#7A9399
4#667F85
5#556A6F
6#445559
7#333F43
8#222A2C
9#111516
Tints
Lighter variations
1#C3CED1
2#CAD4D6
3#D1D9DB
4#D7DFE0
5#DEE4E5
6#E4E9EB
7#EBEFF0
8#F2F4F5
9#F8FAFA
Tones
Muted variations
1#BDC8CB
2#BEC8CA
3#BFC8CA
4#C0C7C9
5#C1C7C8
6#C1C6C7
7#C2C6C7
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 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CC | BordersInactive statesPlaceholder text |
| 400 | 9AAD #9AADB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D95 #7D959B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6279 #62797F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E60 #4E6065 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE0E2;
--silver-300: #BDC9CC;
--silver-400: #9AADB1;
--silver-500: #7D959B;
--silver-600: #62797F;
--silver-700: #4E6065;
--silver-800: #374548;
--silver-900: #232C2E;
--silver-950: #161B1D;
}