Silver
#B8B8D1
BlueColor Codes
All color formats for development
HEX
#B8B8D1RGB
rgb(184, 184, 209)HSL
hsl(240, 21%, 77%)OKLCH
oklch(0.791 0.035 285.6)CMYK
cmyk(12%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A0A0C1
2#8989B2
3#7171A2
4#5D5D8F
5#4E4E77
6#3E3E5F
7#2F2F47
8#1F1F30
9#101018
Tints
Lighter variations
1#BFBFD5
2#C6C6DA
3#CDCDDF
4#D4D4E3
5#DCDCE8
6#E3E3EC
7#EAEAF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#B9B9CF
2#BABACE
3#BCBCCD
4#BDBDCC
5#BEBECB
6#BFBFC9
7#C1C1C8
8#C2C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D7 #D7D7E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B8B8 #B8B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9393 #9393B8 | Disabled statesSecondary iconsMuted text |
| 500 | 7474 #7474A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5959 #595988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4747 #47476C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202031 | Primary textHigh emphasis contentDark headings |
| 950 | 1414 #14141F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #E9E9F1;
--silver-200: #D7D7E5;
--silver-300: #B8B8D1;
--silver-400: #9393B8;
--silver-500: #7474A4;
--silver-600: #595988;
--silver-700: #47476C;
--silver-800: #32324D;
--silver-900: #202031;
--silver-950: #14141F;
}