Silver
#B6B6D3
BlueColor Codes
All color formats for development
HEX
#B6B6D3RGB
rgb(182, 182, 211)HSL
hsl(240, 25%, 77%)OKLCH
oklch(0.786 0.041 285.4)CMYK
cmyk(14%, 14%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9D9DC4
2#8585B6
3#6C6CA7
4#585893
5#4A4A7B
6#3B3B62
7#2C2C4A
8#1D1D31
9#0F0F19
Tints
Lighter variations
1#BDBDD7
2#C4C4DC
3#CCCCE0
4#D3D3E5
5#DADAE9
6#E2E2ED
7#E9E9F2
8#F0F0F6
9#F8F8FB
Tones
Muted variations
1#B7B7D2
2#B9B9D0
3#BABACF
4#BCBCCD
5#BDBDCC
6#BEBECA
7#C0C0C9
8#C1C1C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D6 #D6D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B6 #B6B6D3 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBC | Disabled statesSecondary iconsMuted text |
| 500 | 7070 #7070A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5454 #54548C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4343 #434370 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3030 #303050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F1F #1F1F33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5F9;
--silver-100: #E9E9F2;
--silver-200: #D6D6E6;
--silver-300: #B6B6D3;
--silver-400: #8F8FBC;
--silver-500: #7070A9;
--silver-600: #54548C;
--silver-700: #434370;
--silver-800: #303050;
--silver-900: #1F1F33;
--silver-950: #131320;
}