Silver
#B7BCD1
BlueColor Codes
All color formats for development
HEX
#B7BCD1RGB
rgb(183, 188, 209)HSL
hsl(228, 22%, 77%)OKLCH
oklch(0.798 0.03 275.1)CMYK
cmyk(12%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FA6C2
2#8890B3
3#707AA3
4#5C6690
5#4D5578
6#3D4460
7#2E3348
8#1F2230
9#0F1118
Tints
Lighter variations
1#BFC3D6
2#C6CADA
3#CDD1DF
4#D4D7E4
5#DBDEE8
6#E2E4ED
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#B9BDD0
2#BABECF
3#BBBFCD
4#BDC0CC
5#BEC0CB
6#BFC1CA
7#C0C2C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929A #929AB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737D #737DA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5861 #586189 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464D #464D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3237 #32374E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2023 #202332 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #E9EBF1;
--silver-200: #D7D9E5;
--silver-300: #B7BDD1;
--silver-400: #929AB9;
--silver-500: #737DA5;
--silver-600: #586189;
--silver-700: #464D6D;
--silver-800: #32374E;
--silver-900: #202332;
--silver-950: #14161F;
}