Silver
#BEC9CA
CyanColor Codes
All color formats for development
HEX
#BEC9CARGB
rgb(190, 201, 202)HSL
hsl(185, 10%, 77%)OKLCH
oklch(0.828 0.012 203.5)CMYK
cmyk(6%, 0%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9B7B9
2#93A5A7
3#7E9395
4#6A8082
5#586A6C
6#475556
7#354041
8#232B2B
9#121516
Tints
Lighter variations
1#C5CFCF
2#CBD4D5
3#D2D9DA
4#D8DFDF
5#DFE4E5
6#E5E9EA
7#ECEFEF
8#F2F4F4
9#F9FAFA
Tones
Muted variations
1#BFC9CA
2#C0C8C9
3#C0C8C8
4#C1C7C8
5#C1C7C7
6#C2C6C7
7#C3C6C6
8#C3C5C6
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 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC9 #BEC9CA | BordersInactive statesPlaceholder text |
| 400 | 9DAD #9DADAF | Disabled statesSecondary iconsMuted text |
| 500 | 8196 #819698 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657A #657A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5061 #506162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | 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: #DBE1E1;
--silver-300: #BEC9CA;
--silver-400: #9DADAF;
--silver-500: #819698;
--silver-600: #657A7B;
--silver-700: #506162;
--silver-800: #394546;
--silver-900: #252C2D;
--silver-950: #171C1C;
}