Silver
#BDC8CC
BlueColor Codes
All color formats for development
HEX
#BDC8CCRGB
rgb(189, 200, 204)HSL
hsl(196, 13%, 77%)OKLCH
oklch(0.825 0.013 221.5)CMYK
cmyk(7%, 2%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7B5BB
2#90A3AA
3#7A9199
4#667D85
5#55686F
6#445359
7#333E43
8#222A2C
9#111516
Tints
Lighter variations
1#C3CDD1
2#CAD3D6
3#D1D8DB
4#D7DEE0
5#DEE3E5
6#E4E9EB
7#EBEEF0
8#F2F4F5
9#F8F9FA
Tones
Muted variations
1#BDC8CB
2#BEC7CA
3#BFC7CA
4#C0C6C9
5#C1C6C8
6#C1C6C7
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 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC8 #BDC8CC | BordersInactive statesPlaceholder text |
| 400 | 9AAB #9AABB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D93 #7D939B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6277 #62777F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5F #4E5F65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3744 #374448 | 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: #DAE0E2;
--silver-300: #BDC8CC;
--silver-400: #9AABB1;
--silver-500: #7D939B;
--silver-600: #62777F;
--silver-700: #4E5F65;
--silver-800: #374448;
--silver-900: #232B2E;
--silver-950: #161B1D;
}