Silver
#B6C6D3
BlueColor Codes
All color formats for development
HEX
#B6C6D3RGB
rgb(182, 198, 211)HSL
hsl(207, 25%, 77%)OKLCH
oklch(0.818 0.025 242.4)CMYK
cmyk(14%, 6%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DB3C4
2#85A0B6
3#6C8CA7
4#587993
5#4A657B
6#3B5162
7#2C3C4A
8#1D2831
9#0F1419
Tints
Lighter variations
1#BDCCD7
2#C4D1DC
3#CCD7E0
4#D3DDE5
5#DAE2E9
6#E2E8ED
7#E9EEF2
8#F0F4F6
9#F8F9FB
Tones
Muted variations
1#B7C6D2
2#B9C6D0
3#BAC5CF
4#BCC5CD
5#BDC5CC
6#BEC5CA
7#C0C5C9
8#C1C5C7
9#C3C4C6
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 | B6C6 #B6C6D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA8 #8FA8BC | Disabled statesSecondary iconsMuted text |
| 500 | 708F #708FA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5473 #54738C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435B #435B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3041 #304150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2A #1F2A33 | Primary textHigh emphasis contentDark headings |
| 950 | 131A #131A20 | 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: #B6C6D3;
--silver-400: #8FA8BC;
--silver-500: #708FA9;
--silver-600: #54738C;
--silver-700: #435B70;
--silver-800: #304150;
--silver-900: #1F2A33;
--silver-950: #131A20;
}