Silver
#B1BDD8
BlueColor Codes
All color formats for development
HEX
#B1BDD8RGB
rgb(177, 189, 216)HSL
hsl(222, 33%, 77%)OKLCH
oklch(0.798 0.041 266.4)CMYK
cmyk(18%, 12%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97A6CB
2#7D90BD
3#637AB0
4#4F669D
5#425583
6#354468
7#27334E
8#1A2234
9#0D111A
Tints
Lighter variations
1#B9C3DC
2#C1CAE0
3#C8D1E3
4#D0D7E7
5#D8DEEB
6#E0E4EF
7#E8EBF3
8#EFF2F7
9#F7F8FB
Tones
Muted variations
1#B3BDD6
2#B5BED4
3#B7BFD2
4#B9C0D0
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 | B1BD #B1BDD8 | BordersInactive statesPlaceholder text |
| 400 | 889A #889AC3 | Disabled statesSecondary iconsMuted text |
| 500 | 667D #667DB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B61 #4B6195 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C4D #3C4D77 | 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: #B1BDD8;
--silver-400: #889AC3;
--silver-500: #667DB2;
--silver-600: #4B6195;
--silver-700: #3C4D77;
--silver-800: #2B3755;
--silver-900: #1B2336;
--silver-950: #111622;
}