Silver
#B1C0D8
BlueColor Codes
All color formats for development
HEX
#B1C0D8RGB
rgb(177, 192, 216)HSL
hsl(217, 33%, 77%)OKLCH
oklch(0.804 0.038 259.8)CMYK
cmyk(18%, 11%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97ABCB
2#7D96BD
3#6380B0
4#4F6D9D
5#425B83
6#354868
7#27364E
8#1A2434
9#0D121A
Tints
Lighter variations
1#B9C6DC
2#C1CCE0
3#C8D3E3
4#D0D9E7
5#D8DFEB
6#E0E6EF
7#E8ECF3
8#EFF2F7
9#F7F9FB
Tones
Muted variations
1#B3C0D6
2#B5C1D4
3#B7C1D2
4#B9C2D0
5#BBC2CE
6#BDC3CC
7#BFC3CA
8#C0C3C8
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 | D3DB #D3DBE9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C0 #B1C0D8 | BordersInactive statesPlaceholder text |
| 400 | 889F #889FC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6683 #6683B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B68 #4B6895 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C52 #3C5277 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B3B #2B3B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B26 #1B2636 | 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: #D3DBE9;
--silver-300: #B1C0D8;
--silver-400: #889FC3;
--silver-500: #6683B2;
--silver-600: #4B6895;
--silver-700: #3C5277;
--silver-800: #2B3B55;
--silver-900: #1B2636;
--silver-950: #111822;
}