Silver
#BEC0CA
BlueColor Codes
All color formats for development
HEX
#BEC0CARGB
rgb(190, 192, 202)HSL
hsl(230, 10%, 77%)OKLCH
oklch(0.809 0.014 277)CMYK
cmyk(6%, 5%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9ABB9
2#9397A7
3#7E8295
4#6A6E82
5#585C6C
6#474956
7#353741
8#23252B
9#121216
Tints
Lighter variations
1#C5C7CF
2#CBCDD5
3#D2D3DA
4#D8D9DF
5#DFE0E5
6#E5E6EA
7#ECECEF
8#F2F2F4
9#F9F9FA
Tones
Muted variations
1#BFC1CA
2#C0C1C9
3#C0C2C8
4#C1C2C8
5#C1C2C7
6#C2C3C7
7#C3C3C6
8#C3C4C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDC #DBDCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC0 #BEC0CA | BordersInactive statesPlaceholder text |
| 400 | 9DA0 #9DA0AF | Disabled statesSecondary iconsMuted text |
| 500 | 8185 #818598 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6569 #65697B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5053 #505362 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2526 #25262D | Primary textHigh emphasis contentDark headings |
| 950 | 1718 #17181C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EBECEF;
--silver-200: #DBDCE1;
--silver-300: #BEC0CA;
--silver-400: #9DA0AF;
--silver-500: #818598;
--silver-600: #65697B;
--silver-700: #505362;
--silver-800: #393C46;
--silver-900: #25262D;
--silver-950: #17181C;
}