Silver
#B7BDD1
BlueColor Codes
All color formats for development
HEX
#B7BDD1RGB
rgb(183, 189, 209)HSL
hsl(226, 22%, 77%)OKLCH
oklch(0.8 0.029 272.4)CMYK
cmyk(12%, 10%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FA8C2
2#8892B3
3#707CA3
4#5C6890
5#4D5778
6#3D4560
7#2E3448
8#1F2330
9#0F1118
Tints
Lighter variations
1#BFC4D6
2#C6CBDA
3#CDD1DF
4#D4D8E4
5#DBDEE8
6#E2E5ED
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#B9BED0
2#BABFCF
3#BBC0CD
4#BDC0CC
5#BEC1CB
6#BFC2CA
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 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BD #B7BDD1 | BordersInactive statesPlaceholder text |
| 400 | 929B #929BB9 | Disabled statesSecondary iconsMuted text |
| 500 | 737F #737FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5863 #586389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 464F #464F6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3238 #32384E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2024 #202432 | 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: #F6F6F9;
--silver-100: #E9EBF1;
--silver-200: #D7DAE5;
--silver-300: #B7BDD1;
--silver-400: #929BB9;
--silver-500: #737FA5;
--silver-600: #586389;
--silver-700: #464F6D;
--silver-800: #32384E;
--silver-900: #202432;
--silver-950: #14171F;
}