Silver
#B7BFD1
BlueColor Codes
All color formats for development
HEX
#B7BFD1RGB
rgb(183, 191, 209)HSL
hsl(222, 22%, 77%)OKLCH
oklch(0.804 0.027 266.6)CMYK
cmyk(12%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FAAC2
2#8894B3
3#707FA3
4#5C6B90
5#4D5A78
6#3D4860
7#2E3648
8#1F2430
9#0F1218
Tints
Lighter variations
1#BFC6D6
2#C6CCDA
3#CDD2DF
4#D4D9E4
5#DBDFE8
6#E2E5ED
7#EAECF1
8#F1F2F6
9#F8F9FA
Tones
Muted variations
1#B9C0D0
2#BAC0CF
3#BBC1CD
4#BDC1CC
5#BEC2CB
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 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DB #D7DBE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7BF #B7BFD1 | BordersInactive statesPlaceholder text |
| 400 | 929E #929EB9 | Disabled statesSecondary iconsMuted text |
| 500 | 7382 #7382A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5866 #586689 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4651 #46516D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323A #323A4E | 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: #E9ECF1;
--silver-200: #D7DBE5;
--silver-300: #B7BFD1;
--silver-400: #929EB9;
--silver-500: #7382A5;
--silver-600: #586689;
--silver-700: #46516D;
--silver-800: #323A4E;
--silver-900: #202532;
--silver-950: #14171F;
}