Silver
#BEC1CB
BlueColor Codes
All color formats for development
HEX
#BEC1CBRGB
rgb(190, 193, 203)HSL
hsl(226, 11%, 77%)OKLCH
oklch(0.812 0.014 272.7)CMYK
cmyk(6%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A8ACB9
2#9297A8
3#7D8396
4#696F83
5#575C6D
6#464A57
7#343741
8#23252C
9#111216
Tints
Lighter variations
1#C4C7D0
2#CBCDD5
3#D1D4DA
4#D8DAE0
5#DEE0E5
6#E5E6EA
7#EBECEF
8#F2F3F5
9#F8F9FA
Tones
Muted variations
1#BFC1CA
2#BFC2CA
3#C0C2C9
4#C0C2C8
5#C1C3C8
6#C2C3C7
7#C2C3C6
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 | DADC #DADCE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC1 #BEC1CB | BordersInactive statesPlaceholder text |
| 400 | 9CA1 #9CA1B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8086 #808699 | Primary brand colorCTAsActive elementsLinks |
| 600 | 646A #646A7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F54 #4F5463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 393C #393C47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2426 #24262D | 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: #DADCE1;
--silver-300: #BEC1CB;
--silver-400: #9CA1B0;
--silver-500: #808699;
--silver-600: #646A7D;
--silver-700: #4F5463;
--silver-800: #393C47;
--silver-900: #24262D;
--silver-950: #17181C;
}