Silver
#BDC7CC
BlueColor Codes
All color formats for development
HEX
#BDC7CCRGB
rgb(189, 199, 204)HSL
hsl(200, 13%, 77%)OKLCH
oklch(0.823 0.013 229)CMYK
cmyk(7%, 2%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7B4BB
2#90A1AA
3#7A8F99
4#667B85
5#55666F
6#445259
7#333D43
8#22292C
9#111416
Tints
Lighter variations
1#C3CDD1
2#CAD2D6
3#D1D8DB
4#D7DDE0
5#DEE3E5
6#E4E9EB
7#EBEEF0
8#F2F4F5
9#F8F9FA
Tones
Muted variations
1#BDC7CB
2#BEC6CA
3#BFC6CA
4#C0C6C9
5#C1C6C8
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 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D91 #7D919B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6275 #62757F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5D #4E5D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | 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: #EBEEEF;
--silver-200: #DADFE2;
--silver-300: #BDC7CC;
--silver-400: #9AAAB1;
--silver-500: #7D919B;
--silver-600: #62757F;
--silver-700: #4E5D65;
--silver-800: #374348;
--silver-900: #232B2E;
--silver-950: #161B1D;
}