Silver
#B6B7D3
BlueColor Codes
All color formats for development
HEX
#B6B7D3RGB
rgb(182, 183, 211)HSL
hsl(238, 25%, 77%)OKLCH
oklch(0.788 0.04 283.8)CMYK
cmyk(14%, 13%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D9EC4
2#8586B6
3#6C6EA7
4#585A93
5#4A4B7B
6#3B3C62
7#2C2D4A
8#1D1E31
9#0F0F19
Tints
Lighter variations
1#BDBED7
2#C4C5DC
3#CCCCE0
4#D3D4E5
5#DADBE9
6#E2E2ED
7#E9E9F2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B7B8D2
2#B9B9D0
3#BABBCF
4#BCBCCD
5#BDBECC
6#BEBFCA
7#C0C0C9
8#C1C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B7 #B6B7D3 | BordersInactive statesPlaceholder text |
| 400 | 8F91 #8F91BC | Disabled statesSecondary iconsMuted text |
| 500 | 7071 #7071A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5456 #54568C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4344 #434470 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3031 #303150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E9E9F2;
--silver-200: #D6D6E6;
--silver-300: #B6B7D3;
--silver-400: #8F91BC;
--silver-500: #7071A9;
--silver-600: #54568C;
--silver-700: #434470;
--silver-800: #303150;
--silver-900: #1F1F33;
--silver-950: #131420;
}