Silver
#BEC5CA
BlueColor Codes
All color formats for development
HEX
#BEC5CARGB
rgb(190, 197, 202)HSL
hsl(205, 10%, 77%)OKLCH
oklch(0.819 0.01 238.5)CMYK
cmyk(6%, 2%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9B2B9
2#939FA7
3#7E8B95
4#6A7882
5#58646C
6#475056
7#353C41
8#23282B
9#121416
Tints
Lighter variations
1#C5CBCF
2#CBD1D5
3#D2D7DA
4#D8DCDF
5#DFE2E5
6#E5E8EA
7#ECEEEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#BFC5CA
2#C0C5C9
3#C0C5C8
4#C1C5C8
5#C1C5C7
6#C2C5C7
7#C3C5C6
8#C3C5C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDE #DBDEE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC5 #BEC5CA | BordersInactive statesPlaceholder text |
| 400 | 9DA7 #9DA7AF | Disabled statesSecondary iconsMuted text |
| 500 | 818E #818E98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6572 #65727B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505B #505B62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3941 #394146 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2529 #25292D | Primary textHigh emphasis contentDark headings |
| 950 | 171A #171A1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EBEDEF;
--silver-200: #DBDEE1;
--silver-300: #BEC5CA;
--silver-400: #9DA7AF;
--silver-500: #818E98;
--silver-600: #65727B;
--silver-700: #505B62;
--silver-800: #394146;
--silver-900: #25292D;
--silver-950: #171A1C;
}