Silver
#B1B6D8
BlueColor Codes
All color formats for development
HEX
#B1B6D8RGB
rgb(177, 182, 216)HSL
hsl(232, 33%, 77%)OKLCH
oklch(0.784 0.049 278.6)CMYK
cmyk(18%, 16%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#979ECB
2#7D85BD
3#636DB0
4#4F599D
5#424A83
6#353C68
7#272D4E
8#1A1E34
9#0D0F1A
Tints
Lighter variations
1#B9BDDC
2#C1C5E0
3#C8CCE3
4#D0D3E7
5#D8DBEB
6#E0E2EF
7#E8E9F3
8#EFF0F7
9#F7F8FB
Tones
Muted variations
1#B3B8D6
2#B5B9D4
3#B7BAD2
4#B9BCD0
5#BBBDCE
6#BDBFCC
7#BFC0CA
8#C0C2C8
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D6 #D3D6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 8890 #8890C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6670 #6670B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B55 #4B5595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C44 #3C4477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1F #1B1F36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E9F3;
--silver-200: #D3D6E9;
--silver-300: #B1B6D8;
--silver-400: #8890C3;
--silver-500: #6670B2;
--silver-600: #4B5595;
--silver-700: #3C4477;
--silver-800: #2B3055;
--silver-900: #1B1F36;
--silver-950: #111322;
}