Silver
#B4C1D5
BlueColor Codes
All color formats for development
HEX
#B4C1D5RGB
rgb(180, 193, 213)HSL
hsl(216, 28%, 77%)OKLCH
oklch(0.807 0.032 258.9)CMYK
cmyk(15%, 9%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9BACC7
2#8298B8
3#6983AA
4#556F97
5#475D7E
6#394A65
7#2A384B
8#1C2532
9#0E1319
Tints
Lighter variations
1#BBC7D9
2#C3CDDD
3#CAD4E1
4#D2DAE6
5#D9E0EA
6#E1E6EE
7#E8ECF2
8#F0F3F7
9#F7F9FB
Tones
Muted variations
1#B6C1D3
2#B7C2D1
3#B9C2D0
4#BAC2CE
5#BCC3CD
6#BEC3CB
7#BFC3C9
8#C1C4C8
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EC #E8ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DC #D5DCE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4C1 #B4C1D5 | BordersInactive statesPlaceholder text |
| 400 | 8DA1 #8DA1BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C86 #6C86AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 516A #516A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4054 #405472 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3C #2E3C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D27 #1D2734 | Primary textHigh emphasis contentDark headings |
| 950 | 1218 #121821 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8ECF2;
--silver-200: #D5DCE7;
--silver-300: #B4C1D5;
--silver-400: #8DA1BF;
--silver-500: #6C86AC;
--silver-600: #516A90;
--silver-700: #405472;
--silver-800: #2E3C52;
--silver-900: #1D2734;
--silver-950: #121821;
}