Silver
#B5B8D4
BlueColor Codes
All color formats for development
HEX
#B5B8D4RGB
rgb(181, 184, 212)HSL
hsl(234, 26%, 77%)OKLCH
oklch(0.789 0.04 280.6)CMYK
cmyk(15%, 13%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9CA0C5
2#8489B7
3#6B71A8
4#575D94
5#494E7C
6#3A3E63
7#2C2F4A
8#1D1F31
9#0F1019
Tints
Lighter variations
1#BCBFD8
2#C4C6DC
3#CBCDE1
4#D3D4E5
5#DADCE9
6#E1E3EE
7#E9EAF2
8#F0F1F6
9#F8F8FB
Tones
Muted variations
1#B7B9D2
2#B8BBD1
3#BABCCF
4#BBBDCD
5#BDBECC
6#BEBFCA
7#C0C1C9
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 | D5D7 #D5D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5B8 #B5B8D4 | BordersInactive statesPlaceholder text |
| 400 | 8F93 #8F93BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E74 #6E74AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5359 #53598D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4247 #424770 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F32 #2F3250 | 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: #D5D7E6;
--silver-300: #B5B8D4;
--silver-400: #8F93BD;
--silver-500: #6E74AA;
--silver-600: #53598D;
--silver-700: #424770;
--silver-800: #2F3250;
--silver-900: #1E2033;
--silver-950: #131420;
}