Silver
#BECBCB
CyanColor Codes
All color formats for development
HEX
#BECBCBRGB
rgb(190, 203, 203)HSL
hsl(180, 11%, 77%)OKLCH
oklch(0.832 0.014 196.9)CMYK
cmyk(6%, 0%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8B9B9
2#92A8A8
3#7D9696
4#698383
5#576D6D
6#465757
7#344141
8#232C2C
9#111616
Tints
Lighter variations
1#C4D0D0
2#CBD5D5
3#D1DADA
4#D8E0E0
5#DEE5E5
6#E5EAEA
7#EBEFEF
8#F2F5F5
9#F8FAFA
Tones
Muted variations
1#BFCACA
2#BFCACA
3#C0C9C9
4#C0C8C8
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 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE1E1;
--silver-300: #BECBCB;
--silver-400: #9CB0B0;
--silver-500: #809999;
--silver-600: #647D7D;
--silver-700: #4F6363;
--silver-800: #394747;
--silver-900: #242D2D;
--silver-950: #171C1C;
}