Silver
#B1C9D8
BlueColor Codes
All color formats for development
HEX
#B1C9D8RGB
rgb(177, 201, 216)HSL
hsl(203, 33%, 77%)OKLCH
oklch(0.823 0.034 235.3)CMYK
cmyk(18%, 7%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#97B7CB
2#7DA5BD
3#6392B0
4#4F7F9D
5#426A83
6#355568
7#273F4E
8#1A2A34
9#0D151A
Tints
Lighter variations
1#B9CEDC
2#C1D4E0
3#C8D9E3
4#D0DFE7
5#D8E4EB
6#E0E9EF
7#E8EFF3
8#EFF4F7
9#F7FAFB
Tones
Muted variations
1#B3C8D6
2#B5C8D4
3#B7C8D2
4#B9C7D0
5#BBC7CE
6#BDC6CC
7#BFC6CA
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 | E7EF #E7EFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3E0 #D3E0E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1C9 #B1C9D8 | BordersInactive statesPlaceholder text |
| 400 | 88AD #88ADC3 | Disabled statesSecondary iconsMuted text |
| 500 | 6695 #6695B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B79 #4B7995 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C60 #3C6077 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B45 #2B4555 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B2C #1B2C36 | 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: #E7EFF3;
--silver-200: #D3E0E9;
--silver-300: #B1C9D8;
--silver-400: #88ADC3;
--silver-500: #6695B2;
--silver-600: #4B7995;
--silver-700: #3C6077;
--silver-800: #2B4555;
--silver-900: #1B2C36;
--silver-950: #111B22;
}