Silver
#B7BED1
BlueColor Codes
All color formats for development
HEX
#B7BED1RGB
rgb(183, 190, 209)HSL
hsl(224, 22%, 77%)OKLCH
oklch(0.802 0.028 269.6)CMYK
cmyk(12%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FA9C2
2#8893B3
3#707DA3
4#5C6A90
5#4D5878
6#3D4660
7#2E3548
8#1F2330
9#0F1218
Tints
Lighter variations
1#BFC5D6
2#C6CBDA
3#CDD2DF
4#D4D8E4
5#DBDFE8
6#E2E5ED
7#EAECF1
8#F1F2F6
9#F8F9FA
Tones
Muted variations
1#B9BFD0
2#BAC0CF
3#BBC0CD
4#BDC1CC
5#BEC1CB
6#BFC2CA
7#C0C3C8
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 | E9EB #E9EBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DA #D7DAE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BE #B7BED1 | BordersInactive statesPlaceholder text |
| 400 | 929D #929DB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7380 #7380A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5865 #586589 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4650 #46506D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3239 #32394E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2025 #202532 | 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: #E9EBF1;
--silver-200: #D7DAE5;
--silver-300: #B7BED1;
--silver-400: #929DB9;
--silver-500: #7380A5;
--silver-600: #586589;
--silver-700: #46506D;
--silver-800: #32394E;
--silver-900: #202532;
--silver-950: #14171F;
}