Silver
#B4B8D5
BlueColor Codes
All color formats for development
HEX
#B4B8D5RGB
rgb(180, 184, 213)HSL
hsl(233, 28%, 77%)OKLCH
oklch(0.789 0.041 279.2)CMYK
cmyk(15%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9BA0C7
2#8288B8
3#6970AA
4#555D97
5#474D7E
6#393E65
7#2A2E4B
8#1C1F32
9#0E0F19
Tints
Lighter variations
1#BBBFD9
2#C3C6DD
3#CACDE1
4#D2D4E6
5#D9DBEA
6#E1E3EE
7#E8EAF2
8#F0F1F7
9#F7F8FB
Tones
Muted variations
1#B6B9D3
2#B7BAD1
3#B9BCD0
4#BABDCE
5#BCBECD
6#BEBFCB
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 | E8E9 #E8E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D7 #D5D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B4B8 #B4B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8D93 #8D93BF | Disabled statesSecondary iconsMuted text |
| 500 | 6C74 #6C74AC | Primary brand colorCTAsActive elementsLinks |
| 600 | 5158 #515890 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4046 #404672 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2E32 #2E3252 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D20 #1D2034 | Primary textHigh emphasis contentDark headings |
| 950 | 1214 #121421 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E8E9F2;
--silver-200: #D5D7E7;
--silver-300: #B4B8D5;
--silver-400: #8D93BF;
--silver-500: #6C74AC;
--silver-600: #515890;
--silver-700: #404672;
--silver-800: #2E3252;
--silver-900: #1D2034;
--silver-950: #121421;
}