Silver
#B1B8D8
BlueColor Codes
All color formats for development
HEX
#B1B8D8RGB
rgb(177, 184, 216)HSL
hsl(229, 33%, 77%)OKLCH
oklch(0.788 0.046 275.6)CMYK
cmyk(18%, 15%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A0CB
2#7D89BD
3#6371B0
4#4F5D9D
5#424E83
6#353E68
7#272F4E
8#1A1F34
9#0D101A
Tints
Lighter variations
1#B9BFDC
2#C1C6E0
3#C8CDE3
4#D0D4E7
5#D8DCEB
6#E0E3EF
7#E8EAF3
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B3B9D6
2#B5BBD4
3#B7BCD2
4#B9BDD0
5#BBBECE
6#BDBFCC
7#BFC1CA
8#C0C2C8
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B8 #B1B8D8 | BordersInactive statesPlaceholder text |
| 400 | 8893 #8893C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6674 #6674B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B59 #4B5995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C47 #3C4777 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B32 #2B3255 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B20 #1B2036 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7E9F3;
--silver-200: #D3D7E9;
--silver-300: #B1B8D8;
--silver-400: #8893C3;
--silver-500: #6674B2;
--silver-600: #4B5995;
--silver-700: #3C4777;
--silver-800: #2B3255;
--silver-900: #1B2036;
--silver-950: #111422;
}