Silver
#B4B4D5
BlueColor Codes
All color formats for development
HEX
#B4B4D5RGB
rgb(180, 180, 213)HSL
hsl(240, 28%, 77%)OKLCH
oklch(0.781 0.047 285.3)CMYK
cmyk(15%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9B9BC7
2#8282B8
3#6969AA
4#555597
5#47477E
6#393965
7#2A2A4B
8#1C1C32
9#0E0E19
Tints
Lighter variations
1#BBBBD9
2#C3C3DD
3#CACAE1
4#D2D2E6
5#D9D9EA
6#E1E1EE
7#E8E8F2
8#F0F0F7
9#F7F7FB
Tones
Muted variations
1#B6B6D3
2#B7B7D1
3#B9B9D0
4#BABACE
5#BCBCCD
6#BEBECB
7#BFBFC9
8#C1C1C8
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B4 #B4B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8D8D #8D8DBF | Disabled statesSecondary iconsMuted text |
| 500 | 6C6C #6C6CAC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5151 #515190 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4040 #404072 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E2E #2E2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D34 | Primary textHigh emphasis contentDark headings |
| 950 | 1212 #121221 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5F9;
--silver-100: #E8E8F2;
--silver-200: #D5D5E7;
--silver-300: #B4B4D5;
--silver-400: #8D8DBF;
--silver-500: #6C6CAC;
--silver-600: #515190;
--silver-700: #404072;
--silver-800: #2E2E52;
--silver-900: #1D1D34;
--silver-950: #121221;
}