Silver
#B1C7D8
BlueColor Codes
All color formats for development
HEX
#B1C7D8RGB
rgb(177, 199, 216)HSL
hsl(206, 33%, 77%)OKLCH
oklch(0.819 0.034 241.2)CMYK
cmyk(18%, 8%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97B4CB
2#7DA1BD
3#638FB0
4#4F7B9D
5#426683
6#355268
7#273D4E
8#1A2934
9#0D141A
Tints
Lighter variations
1#B9CDDC
2#C1D2E0
3#C8D8E3
4#D0DDE7
5#D8E3EB
6#E0E9EF
7#E8EEF3
8#EFF4F7
9#F7F9FB
Tones
Muted variations
1#B3C7D6
2#B5C6D4
3#B7C6D2
4#B9C6D0
5#BBC6CE
6#BDC5CC
7#BFC5CA
8#C0C5C8
9#C2C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3DF #D3DFE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C7 #B1C7D8 | BordersInactive statesPlaceholder text |
| 400 | 88AA #88AAC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6691 #6691B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B75 #4B7595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5D #3C5D77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B43 #2B4355 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2B #1B2B36 | Primary textHigh emphasis contentDark headings |
| 950 | 111B #111B22 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8FA;
--silver-100: #E7EEF3;
--silver-200: #D3DFE9;
--silver-300: #B1C7D8;
--silver-400: #88AAC3;
--silver-500: #6691B2;
--silver-600: #4B7595;
--silver-700: #3C5D77;
--silver-800: #2B4355;
--silver-900: #1B2B36;
--silver-950: #111B22;
}