Silver
#B7C1D1
BlueColor Codes
All color formats for development
HEX
#B7C1D1RGB
rgb(183, 193, 209)HSL
hsl(217, 22%, 77%)OKLCH
oklch(0.808 0.025 259.8)CMYK
cmyk(12%, 8%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9FADC2
2#8898B3
3#7083A3
4#5C7090
5#4D5D78
6#3D4B60
7#2E3848
8#1F2530
9#0F1318
Tints
Lighter variations
1#BFC8D6
2#C6CEDA
3#CDD4DF
4#D4DAE4
5#DBE0E8
6#E2E6ED
7#EAEDF1
8#F1F3F6
9#F8F9FA
Tones
Muted variations
1#B9C2D0
2#BAC2CF
3#BBC2CD
4#BDC3CC
5#BEC3CB
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 | B7C1 #B7C1D1 | BordersInactive statesPlaceholder text |
| 400 | 92A1 #92A1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7386 #7386A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586A #586A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4655 #46556D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202732 | 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: #B7C1D1;
--silver-400: #92A1B9;
--silver-500: #7386A5;
--silver-600: #586A89;
--silver-700: #46556D;
--silver-800: #323C4E;
--silver-900: #202732;
--silver-950: #14181F;
}