Silver
#B7C0D1
BlueColor Codes
All color formats for development
HEX
#B7C0D1RGB
rgb(183, 192, 209)HSL
hsl(219, 22%, 77%)OKLCH
oklch(0.806 0.026 263.3)CMYK
cmyk(12%, 8%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FACC2
2#8897B3
3#7082A3
4#5C6E90
5#4D5C78
6#3D4960
7#2E3748
8#1F2530
9#0F1218
Tints
Lighter variations
1#BFC7D6
2#C6CDDA
3#CDD3DF
4#D4D9E4
5#DBE0E8
6#E2E6ED
7#EAECF1
8#F1F2F6
9#F8F9FA
Tones
Muted variations
1#B9C1D0
2#BAC1CF
3#BBC2CD
4#BDC2CC
5#BEC2CB
6#BFC3CA
7#C0C3C8
8#C2C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C0 #B7C0D1 | BordersInactive statesPlaceholder text |
| 400 | 92A0 #92A0B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7385 #7385A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5869 #586989 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4653 #46536D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2026 #202632 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D7DCE5;
--silver-300: #B7C0D1;
--silver-400: #92A0B9;
--silver-500: #7385A5;
--silver-600: #586989;
--silver-700: #46536D;
--silver-800: #323C4E;
--silver-900: #202632;
--silver-950: #14181F;
}