Silver
#B3B3D5
BlueColor Codes
All color formats for development
HEX
#B3B3D5RGB
rgb(179, 179, 213)HSL
hsl(240, 29%, 77%)OKLCH
oklch(0.778 0.048 285.2)CMYK
cmyk(16%, 16%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9AC7
2#8181B9
3#6767AC
4#545498
5#46467F
6#383865
7#2A2A4C
8#1C1C33
9#0E0E19
Tints
Lighter variations
1#BBBBDA
2#C2C2DE
3#CACAE2
4#D2D2E6
5#D9D9EA
6#E1E1EE
7#E8E8F3
8#F0F0F7
9#F7F7FB
Tones
Muted variations
1#B5B5D4
2#B7B7D2
3#B8B8D0
4#BABACF
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 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8E8 #E8E8F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4D4 #D4D4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B3 #B3B3D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8C #8C8CC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6B #6B6BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5050 #505091 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F3F #3F3F73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2D #2D2D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1D #1D1D35 | 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: #F5F5FA;
--silver-100: #E8E8F2;
--silver-200: #D4D4E7;
--silver-300: #B3B3D5;
--silver-400: #8C8CC0;
--silver-500: #6B6BAE;
--silver-600: #505091;
--silver-700: #3F3F73;
--silver-800: #2D2D52;
--silver-900: #1D1D35;
--silver-950: #121221;
}