Silver
#B7B7D1
BlueColor Codes
All color formats for development
HEX
#B7B7D1RGB
rgb(183, 183, 209)HSL
hsl(240, 22%, 77%)OKLCH
oklch(0.788 0.037 285.5)CMYK
cmyk(12%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9F9FC2
2#8888B3
3#7070A3
4#5C5C90
5#4D4D78
6#3D3D60
7#2E2E48
8#1F1F30
9#0F0F18
Tints
Lighter variations
1#BFBFD6
2#C6C6DA
3#CDCDDF
4#D4D4E4
5#DBDBE8
6#E2E2ED
7#EAEAF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#B9B9D0
2#BABACF
3#BBBBCD
4#BDBDCC
5#BEBECB
6#BFBFCA
7#C0C0C8
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 | B7B7 #B7B7D1 | BordersInactive statesPlaceholder text |
| 400 | 9292 #9292B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7373 #7373A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5858 #585889 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4646 #46466D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3232 #32324E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2020 #202032 | 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: #B7B7D1;
--silver-400: #9292B9;
--silver-500: #7373A5;
--silver-600: #585889;
--silver-700: #46466D;
--silver-800: #32324E;
--silver-900: #202032;
--silver-950: #14141F;
}