Silver
#B1B3D8
BlueColor Codes
All color formats for development
HEX
#B1B3D8RGB
rgb(177, 179, 216)HSL
hsl(237, 33%, 77%)OKLCH
oklch(0.778 0.053 282.7)CMYK
cmyk(18%, 17%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9799CB
2#7D80BD
3#6367B0
4#4F539D
5#424583
6#353768
7#27294E
8#1A1C34
9#0D0E1A
Tints
Lighter variations
1#B9BBDC
2#C1C2E0
3#C8CAE3
4#D0D1E7
5#D8D9EB
6#E0E1EF
7#E8E8F3
8#EFF0F7
9#F7F7FB
Tones
Muted variations
1#B3B5D6
2#B5B6D4
3#B7B8D2
4#B9BAD0
5#BBBCCE
6#BDBDCC
7#BFBFCA
8#C0C1C8
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D4 #D3D4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B3 #B1B3D8 | BordersInactive statesPlaceholder text |
| 400 | 888B #888BC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666A #666AB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4F #4B4F95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3F #3C3F77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2D #2B2D55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1D #1B1D36 | Primary textHigh emphasis contentDark headings |
| 950 | 1112 #111222 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E7E8F3;
--silver-200: #D3D4E9;
--silver-300: #B1B3D8;
--silver-400: #888BC3;
--silver-500: #666AB2;
--silver-600: #4B4F95;
--silver-700: #3C3F77;
--silver-800: #2B2D55;
--silver-900: #1B1D36;
--silver-950: #111222;
}