Silver
#BEC6CA
BlueColor Codes
All color formats for development
HEX
#BEC6CARGB
rgb(190, 198, 202)HSL
hsl(200, 10%, 77%)OKLCH
oklch(0.822 0.01 228.9)CMYK
cmyk(6%, 2%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A9B3B9
2#93A0A7
3#7E8D95
4#6A7A82
5#58656C
6#475156
7#353D41
8#23292B
9#121416
Tints
Lighter variations
1#C5CCCF
2#CBD2D5
3#D2D7DA
4#D8DDDF
5#DFE3E5
6#E5E8EA
7#ECEEEF
8#F2F4F4
9#F9F9FA
Tones
Muted variations
1#BFC6CA
2#C0C6C9
3#C0C6C8
4#C1C6C8
5#C1C5C7
6#C2C5C7
7#C3C5C6
8#C3C5C6
9#C4C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBDF #DBDFE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEC6 #BEC6CA | BordersInactive statesPlaceholder text |
| 400 | 9DA9 #9DA9AF | Disabled statesSecondary iconsMuted text |
| 500 | 8190 #819098 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6574 #65747B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 505C #505C62 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3942 #394246 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252A #252A2D | 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: #F7F8F8;
--silver-100: #EBEEEF;
--silver-200: #DBDFE1;
--silver-300: #BEC6CA;
--silver-400: #9DA9AF;
--silver-500: #819098;
--silver-600: #65747B;
--silver-700: #505C62;
--silver-800: #394246;
--silver-900: #252A2D;
--silver-950: #171A1C;
}