Silver
#B6C2D3
BlueColor Codes
All color formats for development
HEX
#B6C2D3RGB
rgb(182, 194, 211)HSL
hsl(215, 25%, 77%)OKLCH
oklch(0.81 0.027 257)CMYK
cmyk(14%, 8%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DADC4
2#8599B6
3#6C85A7
4#587193
5#4A5E7B
6#3B4B62
7#2C384A
8#1D2631
9#0F1319
Tints
Lighter variations
1#BDC8D7
2#C4CEDC
3#CCD4E0
4#D3DAE5
5#DAE0E9
6#E2E7ED
7#E9EDF2
8#F0F3F6
9#F8F9FB
Tones
Muted variations
1#B7C2D2
2#B9C2D0
3#BAC3CF
4#BCC3CD
5#BDC3CC
6#BEC3CA
7#C0C4C9
8#C1C4C7
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DC #D6DCE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C2 #B6C2D3 | BordersInactive statesPlaceholder text |
| 400 | 8FA2 #8FA2BC | Disabled statesSecondary iconsMuted text |
| 500 | 7087 #7087A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 546C #546C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4356 #435670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303D #303D50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F27 #1F2733 | Primary textHigh emphasis contentDark headings |
| 950 | 1318 #131820 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E9ECF2;
--silver-200: #D6DCE6;
--silver-300: #B6C2D3;
--silver-400: #8FA2BC;
--silver-500: #7087A9;
--silver-600: #546C8C;
--silver-700: #435670;
--silver-800: #303D50;
--silver-900: #1F2733;
--silver-950: #131820;
}