Silver
#B9BFD0
BlueColor Codes
All color formats for development
HEX
#B9BFD0RGB
rgb(185, 191, 208)HSL
hsl(224, 20%, 77%)OKLCH
oklch(0.805 0.025 270.3)CMYK
cmyk(11%, 8%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A9C0
2#8994B1
3#727EA1
4#5E6B8D
5#4F5976
6#3F475E
7#2F3547
8#1F242F
9#101218
Tints
Lighter variations
1#C0C5D5
2#C7CCD9
3#CED2DE
4#D5D9E3
5#DCDFE8
6#E3E5EC
7#EAECF1
8#F1F2F6
9#F8F9FA
Tones
Muted variations
1#BABFCF
2#BBC0CE
3#BCC1CD
4#BDC1CB
5#BEC2CA
6#C0C2C9
7#C1C3C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BF #B9BFD0 | BordersInactive statesPlaceholder text |
| 400 | 949D #949DB8 | Disabled statesSecondary iconsMuted text |
| 500 | 7582 #7582A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A66 #5A6687 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4751 #47516B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 333A #333A4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2125 #212531 | Primary textHigh emphasis contentDark headings |
| 950 | 1417 #14171F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEBF1;
--silver-200: #D7DBE4;
--silver-300: #B9BFD0;
--silver-400: #949DB8;
--silver-500: #7582A3;
--silver-600: #5A6687;
--silver-700: #47516B;
--silver-800: #333A4D;
--silver-900: #212531;
--silver-950: #14171F;
}