Silver
#B1C2D8
BlueColor Codes
All color formats for development
HEX
#B1C2D8RGB
rgb(177, 194, 216)HSL
hsl(214, 33%, 77%)OKLCH
oklch(0.808 0.036 254.9)CMYK
cmyk(18%, 10%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97ADCB
2#7D99BD
3#6384B0
4#4F719D
5#425E83
6#354B68
7#27384E
8#1A2634
9#0D131A
Tints
Lighter variations
1#B9C8DC
2#C1CEE0
3#C8D4E3
4#D0DAE7
5#D8E0EB
6#E0E7EF
7#E8EDF3
8#EFF3F7
9#F7F9FB
Tones
Muted variations
1#B3C2D6
2#B5C2D4
3#B7C3D2
4#B9C3D0
5#BBC3CE
6#BDC3CC
7#BFC4CA
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 | B1C2 #B1C2D8 | BordersInactive statesPlaceholder text |
| 400 | 88A2 #88A2C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6687 #6687B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B6B #4B6B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C55 #3C5577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3D #2B3D55 | 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: #B1C2D8;
--silver-400: #88A2C3;
--silver-500: #6687B2;
--silver-600: #4B6B95;
--silver-700: #3C5577;
--silver-800: #2B3D55;
--silver-900: #1B2736;
--silver-950: #111822;
}