Silver
#B5B5D4
BlueColor Codes
All color formats for development
HEX
#B5B5D4RGB
rgb(181, 181, 212)HSL
hsl(240, 26%, 77%)OKLCH
oklch(0.783 0.044 285.3)CMYK
cmyk(15%, 15%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9C9CC5
2#8484B7
3#6B6BA8
4#575794
5#49497C
6#3A3A63
7#2C2C4A
8#1D1D31
9#0F0F19
Tints
Lighter variations
1#BCBCD8
2#C4C4DC
3#CBCBE1
4#D3D3E5
5#DADAE9
6#E1E1EE
7#E9E9F2
8#F0F0F6
9#F8F8FB
Tones
Muted variations
1#B7B7D2
2#B8B8D1
3#BABACF
4#BBBBCD
5#BDBDCC
6#BEBECA
7#C0C0C9
8#C1C1C7
9#C3C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9E9 #E9E9F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D5 #D5D5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B5 #B5B5D4 | BordersInactive statesPlaceholder text |
| 400 | 8F8F #8F8FBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E6E #6E6EAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5353 #53538D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4242 #424270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F2F #2F2F50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E1E #1E1E33 | Primary textHigh emphasis contentDark headings |
| 950 | 1313 #131320 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F5F9;
--silver-100: #E9E9F2;
--silver-200: #D5D5E6;
--silver-300: #B5B5D4;
--silver-400: #8F8FBD;
--silver-500: #6E6EAA;
--silver-600: #53538D;
--silver-700: #424270;
--silver-800: #2F2F50;
--silver-900: #1E1E33;
--silver-950: #131320;
}