Silver
#B9BDD0
BlueColor Codes
All color formats for development
HEX
#B9BDD0RGB
rgb(185, 189, 208)HSL
hsl(230, 20%, 77%)OKLCH
oklch(0.801 0.027 276.3)CMYK
cmyk(11%, 9%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1A6C0
2#8990B1
3#727AA1
4#5E668D
5#4F5576
6#3F445E
7#2F3347
8#1F222F
9#101118
Tints
Lighter variations
1#C0C3D5
2#C7CAD9
3#CED0DE
4#D5D7E3
5#DCDEE8
6#E3E4EC
7#EAEBF1
8#F1F2F6
9#F8F8FA
Tones
Muted variations
1#BABDCF
2#BBBECE
3#BCBFCD
4#BDC0CB
5#BEC0CA
6#C0C1C9
7#C1C2C8
8#C2C3C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7D9 #D7D9E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9BD #B9BDD0 | BordersInactive statesPlaceholder text |
| 400 | 949A #949AB8 | Disabled statesSecondary iconsMuted text |
| 500 | 757D #757DA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A61 #5A6187 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 474D #474D6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3337 #33374D | Text on light backgroundsHeadingsStrong borders |
| 900 | 2123 #212331 | Primary textHigh emphasis contentDark headings |
| 950 | 1416 #14161F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F9;
--silver-100: #EAEBF1;
--silver-200: #D7D9E4;
--silver-300: #B9BDD0;
--silver-400: #949AB8;
--silver-500: #757DA3;
--silver-600: #5A6187;
--silver-700: #474D6B;
--silver-800: #33374D;
--silver-900: #212331;
--silver-950: #14161F;
}