Silver
#B1B9D8
BlueColor Codes
All color formats for development
HEX
#B1B9D8RGB
rgb(177, 185, 216)HSL
hsl(228, 33%, 77%)OKLCH
oklch(0.79 0.045 273.9)CMYK
cmyk(18%, 14%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A1CB
2#7D8ABD
3#6372B0
4#4F5E9D
5#424F83
6#353F68
7#272F4E
8#1A1F34
9#0D101A
Tints
Lighter variations
1#B9C0DC
2#C1C7E0
3#C8CEE3
4#D0D5E7
5#D8DCEB
6#E0E3EF
7#E8EAF3
8#EFF1F7
9#F7F8FB
Tones
Muted variations
1#B3BAD6
2#B5BBD4
3#B7BCD2
4#B9BDD0
5#BBBFCE
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 | D3D7 #D3D7E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B9 #B1B9D8 | BordersInactive statesPlaceholder text |
| 400 | 8894 #8894C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6676 #6676B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B5A #4B5A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C48 #3C4877 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B33 #2B3355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B21 #1B2136 | Primary textHigh emphasis contentDark headings |
| 950 | 1114 #111422 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F6FA;
--silver-100: #E7EAF3;
--silver-200: #D3D7E9;
--silver-300: #B1B9D8;
--silver-400: #8894C3;
--silver-500: #6676B2;
--silver-600: #4B5A95;
--silver-700: #3C4877;
--silver-800: #2B3355;
--silver-900: #1B2136;
--silver-950: #111422;
}