Silver
#B1BCD8
BlueColor Codes
All color formats for development
HEX
#B1BCD8RGB
rgb(177, 188, 216)HSL
hsl(223, 33%, 77%)OKLCH
oklch(0.796 0.042 268.4)CMYK
cmyk(18%, 13%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A6CB
2#7D8FBD
3#6379B0
4#4F659D
5#425483
6#354368
7#27324E
8#1A2234
9#0D111A
Tints
Lighter variations
1#B9C3DC
2#C1C9E0
3#C8D0E3
4#D0D7E7
5#D8DDEB
6#E0E4EF
7#E8EBF3
8#EFF2F7
9#F7F8FB
Tones
Muted variations
1#B3BDD6
2#B5BED4
3#B7BED2
4#B9BFD0
5#BBC0CE
6#BDC1CC
7#BFC2CA
8#C0C3C8
9#C2C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D9 #D3D9E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1BC #B1BCD8 | BordersInactive statesPlaceholder text |
| 400 | 8899 #8899C3 | Disabled statesSecondary iconsMuted text |
| 500 | 667C #667CB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B60 #4B6095 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4C #3C4C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B37 #2B3755 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B23 #1B2336 | Primary textHigh emphasis contentDark headings |
| 950 | 1116 #111622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7EBF3;
--silver-200: #D3D9E9;
--silver-300: #B1BCD8;
--silver-400: #8899C3;
--silver-500: #667CB2;
--silver-600: #4B6095;
--silver-700: #3C4C77;
--silver-800: #2B3755;
--silver-900: #1B2336;
--silver-950: #111622;
}