Silver
#B4B9D5
BlueColor Codes
All color formats for development
HEX
#B4B9D5RGB
rgb(180, 185, 213)HSL
hsl(231, 28%, 77%)OKLCH
oklch(0.791 0.04 277.4)CMYK
cmyk(15%, 13%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9BA1C7
2#828AB8
3#6972AA
4#555F97
5#474F7E
6#393F65
7#2A2F4B
8#1C2032
9#0E1019
Tints
Lighter variations
1#BBC0D9
2#C3C7DD
3#CACEE1
4#D2D5E6
5#D9DCEA
6#E1E3EE
7#E8EAF2
8#F0F1F7
9#F7F8FB
Tones
Muted variations
1#B6BAD3
2#B7BBD1
3#B9BCD0
4#BABDCE
5#BCBFCD
6#BEC0CB
7#BFC1C9
8#C1C2C8
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B9 #B4B9D5 | BordersInactive statesPlaceholder text |
| 400 | 8D94 #8D94BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C76 #6C76AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 515A #515A90 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4048 #404872 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E33 #2E3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2134 | Primary textHigh emphasis contentDark headings |
| 950 | 1215 #121521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E8EAF2;
--silver-200: #D5D7E7;
--silver-300: #B4B9D5;
--silver-400: #8D94BF;
--silver-500: #6C76AC;
--silver-600: #515A90;
--silver-700: #404872;
--silver-800: #2E3352;
--silver-900: #1D2134;
--silver-950: #121521;
}