Silver
#B6C7D3
BlueColor Codes
All color formats for development
HEX
#B6C7D3RGB
rgb(182, 199, 211)HSL
hsl(205, 25%, 77%)OKLCH
oklch(0.82 0.025 238.5)CMYK
cmyk(14%, 6%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DB4C4
2#85A1B6
3#6C8EA7
4#587B93
5#4A667B
6#3B5262
7#2C3D4A
8#1D2931
9#0F1419
Tints
Lighter variations
1#BDCCD7
2#C4D2DC
3#CCD8E0
4#D3DDE5
5#DAE3E9
6#E2E9ED
7#E9EEF2
8#F0F4F6
9#F8F9FB
Tones
Muted variations
1#B7C7D2
2#B9C6D0
3#BAC6CF
4#BCC6CD
5#BDC6CC
6#BEC5CA
7#C0C5C9
8#C1C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA9 #8FA9BC | Disabled statesSecondary iconsMuted text |
| 500 | 7091 #7091A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5475 #54758C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435D #435D70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3042 #304250 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8F9;
--silver-100: #E9EEF2;
--silver-200: #D6DFE6;
--silver-300: #B6C7D3;
--silver-400: #8FA9BC;
--silver-500: #7091A9;
--silver-600: #54758C;
--silver-700: #435D70;
--silver-800: #304250;
--silver-900: #1F2B33;
--silver-950: #131B20;
}