Silver
#B1C1D8
BlueColor Codes
All color formats for development
HEX
#B1C1D8RGB
rgb(177, 193, 216)HSL
hsl(215, 33%, 77%)OKLCH
oklch(0.806 0.037 257.4)CMYK
cmyk(18%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97ACCB
2#7D98BD
3#6383B0
4#4F6F9D
5#425D83
6#354A68
7#27384E
8#1A2534
9#0D131A
Tints
Lighter variations
1#B9C7DC
2#C1CDE0
3#C8D4E3
4#D0DAE7
5#D8E0EB
6#E0E6EF
7#E8ECF3
8#EFF3F7
9#F7F9FB
Tones
Muted variations
1#B3C1D6
2#B5C2D4
3#B7C2D2
4#B9C2D0
5#BBC3CE
6#BDC3CC
7#BFC3CA
8#C0C4C8
9#C2C4C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DC #D3DCE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C1 #B1C1D8 | BordersInactive statesPlaceholder text |
| 400 | 88A1 #88A1C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6686 #6686B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6A #4B6A95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C54 #3C5477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3C #2B3C55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B27 #1B2736 | Primary textHigh emphasis contentDark headings |
| 950 | 1118 #111822 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F7FA;
--silver-100: #E7ECF3;
--silver-200: #D3DCE9;
--silver-300: #B1C1D8;
--silver-400: #88A1C3;
--silver-500: #6686B2;
--silver-600: #4B6A95;
--silver-700: #3C5477;
--silver-800: #2B3C55;
--silver-900: #1B2736;
--silver-950: #111822;
}