Silver
#B6C5D3
BlueColor Codes
All color formats for development
HEX
#B6C5D3RGB
rgb(182, 197, 211)HSL
hsl(209, 25%, 77%)OKLCH
oklch(0.816 0.026 246.3)CMYK
cmyk(14%, 7%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DB1C4
2#859EB6
3#6C8AA7
4#587793
5#4A637B
6#3B4F62
7#2C3B4A
8#1D2831
9#0F1419
Tints
Lighter variations
1#BDCBD7
2#C4D0DC
3#CCD6E0
4#D3DCE5
5#DAE2E9
6#E2E8ED
7#E9EEF2
8#F0F3F6
9#F8F9FB
Tones
Muted variations
1#B7C5D2
2#B9C5D0
3#BAC5CF
4#BCC5CD
5#BDC5CC
6#BEC5CA
7#C0C4C9
8#C1C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DE #D6DEE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C5 #B6C5D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA6 #8FA6BC | Disabled statesSecondary iconsMuted text |
| 500 | 708D #708DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5471 #54718C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 435A #435A70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3040 #304050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F29 #1F2933 | 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: #F5F7F9;
--silver-100: #E9EDF2;
--silver-200: #D6DEE6;
--silver-300: #B6C5D3;
--silver-400: #8FA6BC;
--silver-500: #708DA9;
--silver-600: #54718C;
--silver-700: #435A70;
--silver-800: #304050;
--silver-900: #1F2933;
--silver-950: #131A20;
}