Silver
#B3B7D5
BlueColor Codes
All color formats for development
HEX
#B3B7D5RGB
rgb(179, 183, 213)HSL
hsl(233, 29%, 77%)OKLCH
oklch(0.786 0.043 279.4)CMYK
cmyk(16%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9FC7
2#8187B9
3#676FAC
4#545C98
5#464C7F
6#383D65
7#2A2E4C
8#1C1F33
9#0E0F19
Tints
Lighter variations
1#BBBEDA
2#C2C6DE
3#CACDE2
4#D2D4E6
5#D9DBEA
6#E1E2EE
7#E8E9F3
8#F0F1F7
9#F7F8FB
Tones
Muted variations
1#B5B9D4
2#B7BAD2
3#B8BBD0
4#BABDCF
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 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D6 #D4D6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B7 #B3B7D5 | BordersInactive statesPlaceholder text |
| 400 | 8C92 #8C92C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B73 #6B73AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5057 #505791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F45 #3F4573 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D32 #2D3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2035 | 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: #F5F6FA;
--silver-100: #E8E9F2;
--silver-200: #D4D6E7;
--silver-300: #B3B7D5;
--silver-400: #8C92C0;
--silver-500: #6B73AE;
--silver-600: #505791;
--silver-700: #3F4573;
--silver-800: #2D3252;
--silver-900: #1D2035;
--silver-950: #121421;
}