Silver
#B5C6D4
BlueColor Codes
All color formats for development
HEX
#B5C6D4RGB
rgb(181, 198, 212)HSL
hsl(207, 26%, 77%)OKLCH
oklch(0.818 0.027 242.8)CMYK
cmyk(15%, 7%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CB3C5
2#84A0B7
3#6B8DA8
4#577994
5#49657C
6#3A5163
7#2C3C4A
8#1D2831
9#0F1419
Tints
Lighter variations
1#BCCCD8
2#C4D1DC
3#CBD7E1
4#D3DDE5
5#DAE2E9
6#E1E8EE
7#E9EEF2
8#F0F4F6
9#F8F9FB
Tones
Muted variations
1#B7C6D2
2#B8C6D1
3#BAC5CF
4#BBC5CD
5#BDC5CC
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 | D5DF #D5DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C6 #B5C6D4 | BordersInactive statesPlaceholder text |
| 400 | 8FA8 #8FA8BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E8F #6E8FAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5373 #53738D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 425C #425C70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F41 #2F4150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2A #1E2A33 | 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: #D5DFE6;
--silver-300: #B5C6D4;
--silver-400: #8FA8BD;
--silver-500: #6E8FAA;
--silver-600: #53738D;
--silver-700: #425C70;
--silver-800: #2F4150;
--silver-900: #1E2A33;
--silver-950: #131A20;
}