Silver
#B4B6D5
BlueColor Codes
All color formats for development
HEX
#B4B6D5RGB
rgb(180, 182, 213)HSL
hsl(236, 28%, 77%)OKLCH
oklch(0.785 0.044 282.4)CMYK
cmyk(15%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B9EC7
2#8285B8
3#696DAA
4#555997
5#474A7E
6#393B65
7#2A2D4B
8#1C1E32
9#0E0F19
Tints
Lighter variations
1#BBBDD9
2#C3C5DD
3#CACCE1
4#D2D3E6
5#D9DBEA
6#E1E2EE
7#E8E9F2
8#F0F0F7
9#F7F8FB
Tones
Muted variations
1#B6B8D3
2#B7B9D1
3#B9BAD0
4#BABCCE
5#BCBDCD
6#BEBFCB
7#BFC0C9
8#C1C2C8
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B6 #B4B6D5 | BordersInactive statesPlaceholder text |
| 400 | 8D90 #8D90BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C70 #6C70AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5155 #515590 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4044 #404472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E30 #2E3052 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1F #1D1F34 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5F9;
--silver-100: #E8E9F2;
--silver-200: #D5D6E7;
--silver-300: #B4B6D5;
--silver-400: #8D90BF;
--silver-500: #6C70AC;
--silver-600: #515590;
--silver-700: #404472;
--silver-800: #2E3052;
--silver-900: #1D1F34;
--silver-950: #121321;
}