Silver
#B9B9CF
BlueColor Codes
All color formats for development
HEX
#B9B9CFRGB
rgb(185, 185, 207)HSL
hsl(240, 19%, 77%)OKLCH
oklch(0.793 0.031 285.7)CMYK
cmyk(11%, 11%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2A2C0
2#8A8AB0
3#7373A0
4#5F5F8C
5#505075
6#40405D
7#303046
8#20202F
9#101017
Tints
Lighter variations
1#C0C0D4
2#C7C7D9
3#CECEDE
4#D5D5E2
5#DCDCE7
6#E3E3EC
7#EAEAF1
8#F1F1F5
9#F8F8FA
Tones
Muted variations
1#BABACE
2#BBBBCD
3#BDBDCC
4#BEBECB
5#BFBFCA
6#C0C0C9
7#C1C1C8
8#C2C2C7
9#C3C3C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEA #EAEAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8D8 #D8D8E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9B9 #B9B9CF | BordersInactive statesPlaceholder text |
| 400 | 9595 #9595B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7676 #7676A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B5B #5B5B86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4848 #48486A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3434 #34344C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2121 #212131 | Primary textHigh emphasis contentDark headings |
| 950 | 1515 #15151E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEAF1;
--silver-200: #D8D8E4;
--silver-300: #B9B9CF;
--silver-400: #9595B7;
--silver-500: #7676A2;
--silver-600: #5B5B86;
--silver-700: #48486A;
--silver-800: #34344C;
--silver-900: #212131;
--silver-950: #15151E;
}