Silver
#BDC1CC
BlueColor Codes
All color formats for development
HEX
#BDC1CCRGB
rgb(189, 193, 204)HSL
hsl(224, 13%, 77%)OKLCH
oklch(0.811 0.016 269.9)CMYK
cmyk(7%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7ACBB
2#9097AA
3#7A8299
4#666F85
5#555C6F
6#444A59
7#333743
8#22252C
9#111216
Tints
Lighter variations
1#C3C7D1
2#CACDD6
3#D1D3DB
4#D7DAE0
5#DEE0E5
6#E4E6EB
7#EBECF0
8#F2F3F5
9#F8F9FA
Tones
Muted variations
1#BDC1CB
2#BEC2CA
3#BFC2CA
4#C0C2C9
5#C1C3C8
6#C1C3C7
7#C2C3C7
8#C3C4C6
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 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC1 #BDC1CC | BordersInactive statesPlaceholder text |
| 400 | 9AA0 #9AA0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D85 #7D859B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6269 #62697F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E54 #4E5465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C48 | 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: #DADCE2;
--silver-300: #BDC1CC;
--silver-400: #9AA0B1;
--silver-500: #7D859B;
--silver-600: #62697F;
--silver-700: #4E5465;
--silver-800: #373C48;
--silver-900: #23262E;
--silver-950: #16181D;
}