Silver
#B1C8D8
BlueColor Codes
All color formats for development
HEX
#B1C8D8RGB
rgb(177, 200, 216)HSL
hsl(205, 33%, 77%)OKLCH
oklch(0.821 0.034 238.2)CMYK
cmyk(18%, 7%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97B5CB
2#7DA2BD
3#6390B0
4#4F7C9D
5#426883
6#355368
7#273E4E
8#1A2934
9#0D151A
Tints
Lighter variations
1#B9CDDC
2#C1D3E0
3#C8D8E3
4#D0DEE7
5#D8E3EB
6#E0E9EF
7#E8EEF3
8#EFF4F7
9#F7F9FB
Tones
Muted variations
1#B3C7D6
2#B5C7D4
3#B7C7D2
4#B9C6D0
5#BBC6CE
6#BDC6CC
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 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C8 #B1C8D8 | BordersInactive statesPlaceholder text |
| 400 | 88AB #88ABC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6693 #6693B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B76 #4B7695 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C5E #3C5E77 | 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: #D3E0E9;
--silver-300: #B1C8D8;
--silver-400: #88ABC3;
--silver-500: #6693B2;
--silver-600: #4B7695;
--silver-700: #3C5E77;
--silver-800: #2B4355;
--silver-900: #1B2B36;
--silver-950: #111B22;
}