Silver
#B3B4D5
BlueColor Codes
All color formats for development
HEX
#B3B4D5RGB
rgb(179, 180, 213)HSL
hsl(238, 29%, 77%)OKLCH
oklch(0.78 0.047 283.9)CMYK
cmyk(16%, 15%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9A9CC7
2#8183B9
3#676AAC
4#545698
5#46487F
6#383965
7#2A2B4C
8#1C1D33
9#0E0E19
Tints
Lighter variations
1#BBBCDA
2#C2C3DE
3#CACBE2
4#D2D2E6
5#D9DAEA
6#E1E1EE
7#E8E9F3
8#F0F0F7
9#F7F8FB
Tones
Muted variations
1#B5B6D4
2#B7B8D2
3#B8B9D0
4#BABBCF
5#BCBCCD
6#BEBECB
7#BFC0C9
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 | D4D5 #D4D5E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3B4 #B3B4D5 | BordersInactive statesPlaceholder text |
| 400 | 8C8E #8C8EC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B6D #6B6DAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5052 #505291 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F41 #3F4173 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D2E #2D2E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D1E #1D1E35 | Primary textHigh emphasis contentDark headings |
| 950 | 1213 #121321 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5FA;
--silver-100: #E8E8F2;
--silver-200: #D4D5E7;
--silver-300: #B3B4D5;
--silver-400: #8C8EC0;
--silver-500: #6B6DAE;
--silver-600: #505291;
--silver-700: #3F4173;
--silver-800: #2D2E52;
--silver-900: #1D1E35;
--silver-950: #121321;
}