Silver
#BEC3CA
BlueColor Codes
All color formats for development
HEX
#BEC3CARGB
rgb(190, 195, 202)HSL
hsl(215, 10%, 77%)OKLCH
oklch(0.815 0.011 256.7)CMYK
cmyk(6%, 3%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9AFB9
2#939BA7
3#7E8795
4#6A7482
5#58616C
6#474D56
7#353A41
8#23272B
9#121316
Tints
Lighter variations
1#C5C9CF
2#CBCFD5
3#D2D5DA
4#D8DBDF
5#DFE1E5
6#E5E7EA
7#ECEDEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#BFC3CA
2#C0C4C9
3#C0C4C8
4#C1C4C8
5#C1C4C7
6#C2C4C7
7#C3C4C6
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 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDD #DBDDE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC3 #BEC3CA | BordersInactive statesPlaceholder text |
| 400 | 9DA4 #9DA4AF | Disabled statesSecondary iconsMuted text |
| 500 | 818A #818A98 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656E #656E7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5058 #505862 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393F #393F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2528 #25282D | Primary textHigh emphasis contentDark headings |
| 950 | 1719 #17191C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EBEDEF;
--silver-200: #DBDDE1;
--silver-300: #BEC3CA;
--silver-400: #9DA4AF;
--silver-500: #818A98;
--silver-600: #656E7B;
--silver-700: #505862;
--silver-800: #393F46;
--silver-900: #25282D;
--silver-950: #17191C;
}