Silver
#B3B8D5
BlueColor Codes
All color formats for development
HEX
#B3B8D5RGB
rgb(179, 184, 213)HSL
hsl(231, 29%, 77%)OKLCH
oklch(0.788 0.041 277.7)CMYK
cmyk(16%, 14%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9AA1C7
2#8189B9
3#6772AC
4#545E98
5#464E7F
6#383F65
7#2A2F4C
8#1C1F33
9#0E1019
Tints
Lighter variations
1#BBBFDA
2#C2C7DE
3#CACEE2
4#D2D5E6
5#D9DCEA
6#E1E3EE
7#E8EAF3
8#F0F1F7
9#F7F8FB
Tones
Muted variations
1#B5BAD4
2#B7BBD2
3#B8BCD0
4#BABDCF
5#BCBECD
6#BEC0CB
7#BFC1C9
8#C1C2C8
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EA #E8EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D7 #D4D7E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B8 #B3B8D5 | BordersInactive statesPlaceholder text |
| 400 | 8C94 #8C94C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B75 #6B75AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5059 #505991 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F47 #3F4773 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D33 #2D3352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D21 #1D2135 | 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: #F5F6FA;
--silver-100: #E8EAF2;
--silver-200: #D4D7E7;
--silver-300: #B3B8D5;
--silver-400: #8C94C0;
--silver-500: #6B75AE;
--silver-600: #505991;
--silver-700: #3F4773;
--silver-800: #2D3352;
--silver-900: #1D2135;
--silver-950: #121421;
}