Silver
#B1BBD8
BlueColor Codes
All color formats for development
HEX
#B1BBD8RGB
rgb(177, 187, 216)HSL
hsl(225, 33%, 77%)OKLCH
oklch(0.794 0.043 270.4)CMYK
cmyk(18%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A4CB
2#7D8DBD
3#6376B0
4#4F629D
5#425283
6#354268
7#27314E
8#1A2134
9#0D101A
Tints
Lighter variations
1#B9C2DC
2#C1C8E0
3#C8CFE3
4#D0D6E7
5#D8DDEB
6#E0E4EF
7#E8EBF3
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B3BCD6
2#B5BDD4
3#B7BED2
4#B9BFD0
5#BBC0CE
6#BDC0CC
7#BFC1CA
8#C0C2C8
9#C2C3C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D8 #D3D8E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BB #B1BBD8 | BordersInactive statesPlaceholder text |
| 400 | 8897 #8897C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6679 #6679B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5E #4B5E95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4B #3C4B77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B35 #2B3555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B22 #1B2236 | Primary textHigh emphasis contentDark headings |
| 950 | 1115 #111522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7EAF3;
--silver-200: #D3D8E9;
--silver-300: #B1BBD8;
--silver-400: #8897C3;
--silver-500: #6679B2;
--silver-600: #4B5E95;
--silver-700: #3C4B77;
--silver-800: #2B3555;
--silver-900: #1B2236;
--silver-950: #111522;
}