Silver
#BEC1CA
BlueColor Codes
All color formats for development
HEX
#BEC1CARGB
rgb(190, 193, 202)HSL
hsl(225, 10%, 77%)OKLCH
oklch(0.811 0.013 271.3)CMYK
cmyk(6%, 4%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9ADB9
2#9398A7
3#7E8495
4#6A7082
5#585D6C
6#474B56
7#353841
8#23252B
9#121316
Tints
Lighter variations
1#C5C8CF
2#CBCED5
3#D2D4DA
4#D8DADF
5#DFE0E5
6#E5E6EA
7#ECEDEF
8#F2F3F4
9#F9F9FA
Tones
Muted variations
1#BFC2CA
2#C0C2C9
3#C0C2C8
4#C1C3C8
5#C1C3C7
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 | BEC1 #BEC1CA | BordersInactive statesPlaceholder text |
| 400 | 9DA1 #9DA1AF | Disabled statesSecondary iconsMuted text |
| 500 | 8187 #818798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 656B #656B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5055 #505562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393D #393D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2527 #25272D | 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: #BEC1CA;
--silver-400: #9DA1AF;
--silver-500: #818798;
--silver-600: #656B7B;
--silver-700: #505562;
--silver-800: #393D46;
--silver-900: #25272D;
--silver-950: #17181C;
}