Silver
#B4B7D5
BlueColor Codes
All color formats for development
HEX
#B4B7D5RGB
rgb(180, 183, 213)HSL
hsl(235, 28%, 77%)OKLCH
oklch(0.787 0.043 280.9)CMYK
cmyk(15%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B9EC7
2#8286B8
3#696EAA
4#555A97
5#474B7E
6#393C65
7#2A2D4B
8#1C1E32
9#0E0F19
Tints
Lighter variations
1#BBBED9
2#C3C5DD
3#CACCE1
4#D2D4E6
5#D9DBEA
6#E1E2EE
7#E8E9F2
8#F0F1F7
9#F7F8FB
Tones
Muted variations
1#B6B8D3
2#B7B9D1
3#B9BBD0
4#BABCCE
5#BCBECD
6#BEBFCB
7#BFC0C9
8#C1C2C8
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B7 #B4B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8D91 #8D91BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C71 #6C71AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5156 #515690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E31 #2E3152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E8E9F2;
--silver-200: #D5D6E7;
--silver-300: #B4B7D5;
--silver-400: #8D91BF;
--silver-500: #6C71AC;
--silver-600: #515690;
--silver-700: #404472;
--silver-800: #2E3152;
--silver-900: #1D1F34;
--silver-950: #121421;
}