Silver
#B4BFD5
BlueColor Codes
All color formats for development
HEX
#B4BFD5RGB
rgb(180, 191, 213)HSL
hsl(220, 28%, 77%)OKLCH
oklch(0.803 0.033 264.4)CMYK
cmyk(15%, 10%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9BA9C7
2#8294B8
3#697EAA
4#556B97
5#47597E
6#394765
7#2A354B
8#1C2432
9#0E1219
Tints
Lighter variations
1#BBC5D9
2#C3CCDD
3#CAD2E1
4#D2D9E6
5#D9DFEA
6#E1E5EE
7#E8ECF2
8#F0F2F7
9#F7F9FB
Tones
Muted variations
1#B6BFD3
2#B7C0D1
3#B9C1D0
4#BAC1CE
5#BCC2CD
6#BEC2CB
7#BFC3C9
8#C1C3C8
9#C3C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4BF #B4BFD5 | BordersInactive statesPlaceholder text |
| 400 | 8D9D #8D9DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C82 #6C82AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5166 #516690 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4051 #405172 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E3A #2E3A52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D25 #1D2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1217 #121721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7F9;
--silver-100: #E8EBF2;
--silver-200: #D5DBE7;
--silver-300: #B4BFD5;
--silver-400: #8D9DBF;
--silver-500: #6C82AC;
--silver-600: #516690;
--silver-700: #405172;
--silver-800: #2E3A52;
--silver-900: #1D2534;
--silver-950: #121721;
}