Silver
#B5B7D4
BlueColor Codes
All color formats for development
HEX
#B5B7D4RGB
rgb(181, 183, 212)HSL
hsl(236, 26%, 77%)OKLCH
oklch(0.787 0.041 282.3)CMYK
cmyk(15%, 14%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9FC5
2#8487B7
3#6B6FA8
4#575B94
5#494C7C
6#3A3D63
7#2C2E4A
8#1D1E31
9#0F0F19
Tints
Lighter variations
1#BCBED8
2#C4C6DC
3#CBCDE1
4#D3D4E5
5#DADBE9
6#E1E2EE
7#E9E9F2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B7B8D2
2#B8BAD1
3#BABBCF
4#BBBCCD
5#BDBECC
6#BEBFCA
7#C0C0C9
8#C1C2C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D6 #D5D6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B7 #B5B7D4 | BordersInactive statesPlaceholder text |
| 400 | 8F92 #8F92BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E72 #6E72AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5357 #53578D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4245 #424570 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F31 #2F3150 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E20 #1E2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6F9;
--silver-100: #E9E9F2;
--silver-200: #D5D6E6;
--silver-300: #B5B7D4;
--silver-400: #8F92BD;
--silver-500: #6E72AA;
--silver-600: #53578D;
--silver-700: #424570;
--silver-800: #2F3150;
--silver-900: #1E2033;
--silver-950: #131420;
}