Silver
#BDCBCB
CyanColor Codes
All color formats for development
HEX
#BDCBCBRGB
rgb(189, 203, 203)HSL
hsl(180, 12%, 77%)OKLCH
oklch(0.831 0.015 196.9)CMYK
cmyk(7%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7BABA
2#91A9A9
3#7B9898
4#688484
5#566E6E
6#455858
7#344242
8#232C2C
9#111616
Tints
Lighter variations
1#C4D1D1
2#CAD6D6
3#D1DBDB
4#D8E0E0
5#DEE5E5
6#E5EAEA
7#EBF0F0
8#F2F5F5
9#F8FAFA
Tones
Muted variations
1#BECBCB
2#BFCACA
3#BFC9C9
4#C0C9C9
5#C1C8C8
6#C2C7C7
7#C2C6C6
8#C3C6C6
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 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE2E2;
--silver-300: #BDCBCB;
--silver-400: #9BB0B0;
--silver-500: #7E9A9A;
--silver-600: #637E7E;
--silver-700: #4F6464;
--silver-800: #384747;
--silver-900: #242E2E;
--silver-950: #161D1D;
}