Silver
#B7C6D1
BlueColor Codes
All color formats for development
HEX
#B7C6D1RGB
rgb(183, 198, 209)HSL
hsl(205, 22%, 77%)OKLCH
oklch(0.818 0.023 239.5)CMYK
cmyk(12%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FB4C2
2#88A1B3
3#708EA3
4#5C7A90
5#4D6678
6#3D5160
7#2E3D48
8#1F2930
9#0F1418
Tints
Lighter variations
1#BFCCD6
2#C6D2DA
3#CDD7DF
4#D4DDE4
5#DBE3E8
6#E2E8ED
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#B9C6D0
2#BAC6CF
3#BBC6CD
4#BDC6CC
5#BEC5CB
6#BFC5CA
7#C0C5C8
8#C2C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C7 #B7C7D1 | BordersInactive statesPlaceholder text |
| 400 | 92A9 #92A9B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7390 #7390A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5874 #587489 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 465D #465D6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3242 #32424E | Text on light backgroundsHeadingsStrong borders |
| 900 | 202A #202A32 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #E9EEF1;
--silver-200: #D7DFE5;
--silver-300: #B7C7D1;
--silver-400: #92A9B9;
--silver-500: #7390A5;
--silver-600: #587489;
--silver-700: #465D6D;
--silver-800: #32424E;
--silver-900: #202A32;
--silver-950: #141A1F;
}