Silver
#BDC0CC
BlueColor Codes
All color formats for development
HEX
#BDC0CCRGB
rgb(189, 192, 204)HSL
hsl(228, 13%, 77%)OKLCH
oklch(0.809 0.017 274.8)CMYK
cmyk(7%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7ABBB
2#9095AA
3#7A8099
4#666D85
5#555B6F
6#444859
7#333643
8#22242C
9#111216
Tints
Lighter variations
1#C3C6D1
2#CACCD6
3#D1D3DB
4#D7D9E0
5#DEDFE5
6#E4E6EB
7#EBECF0
8#F2F2F5
9#F8F9FA
Tones
Muted variations
1#BDC0CB
2#BEC1CA
3#BFC1CA
4#C0C2C9
5#C1C2C8
6#C1C3C7
7#C2C3C7
8#C3C3C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC0 #BDC0CC | BordersInactive statesPlaceholder text |
| 400 | 9A9F #9A9FB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D83 #7D839B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6267 #62677F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E52 #4E5265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262E | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBECEF;
--silver-200: #DADBE2;
--silver-300: #BDC0CC;
--silver-400: #9A9FB1;
--silver-500: #7D839B;
--silver-600: #62677F;
--silver-700: #4E5265;
--silver-800: #373B48;
--silver-900: #23262E;
--silver-950: #16181D;
}