Silver
#B7B8D1
BlueColor Codes
All color formats for development
HEX
#B7B8D1RGB
rgb(183, 184, 209)HSL
hsl(238, 22%, 77%)OKLCH
oklch(0.79 0.035 283.7)CMYK
cmyk(12%, 12%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FA1C2
2#8889B3
3#7071A3
4#5C5E90
5#4D4E78
6#3D3E60
7#2E2F48
8#1F1F30
9#0F1018
Tints
Lighter variations
1#BFBFD6
2#C6C6DA
3#CDCEDF
4#D4D5E4
5#DBDCE8
6#E2E3ED
7#EAEAF1
8#F1F1F6
9#F8F8FA
Tones
Muted variations
1#B9BAD0
2#BABBCF
3#BBBCCD
4#BDBDCC
5#BEBECB
6#BFC0CA
7#C0C1C8
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 | B7B8 #B7B8D1 | BordersInactive statesPlaceholder text |
| 400 | 9293 #9293B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7375 #7375A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5859 #585989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4647 #46476D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3233 #32334E | 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: #B7B8D1;
--silver-400: #9293B9;
--silver-500: #7375A5;
--silver-600: #585989;
--silver-700: #46476D;
--silver-800: #32334E;
--silver-900: #202032;
--silver-950: #14141F;
}