Silver
#B6C9D3
BlueColor Codes
All color formats for development
HEX
#B6C9D3RGB
rgb(182, 201, 211)HSL
hsl(201, 25%, 77%)OKLCH
oklch(0.825 0.025 230.5)CMYK
cmyk(14%, 5%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9DB7C4
2#85A4B6
3#6C92A7
4#587F93
5#4A6A7B
6#3B5462
7#2C3F4A
8#1D2A31
9#0F1519
Tints
Lighter variations
1#BDCED7
2#C4D4DC
3#CCD9E0
4#D3DEE5
5#DAE4E9
6#E2E9ED
7#E9EFF2
8#F0F4F6
9#F8FAFB
Tones
Muted variations
1#B7C8D2
2#B9C8D0
3#BAC7CF
4#BCC7CD
5#BDC7CC
6#BEC6CA
7#C0C6C9
8#C1C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D3 | BordersInactive statesPlaceholder text |
| 400 | 8FAC #8FACBC | Disabled statesSecondary iconsMuted text |
| 500 | 7095 #7095A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5479 #54798C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4360 #436070 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3045 #304550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F5F8F9;
--silver-100: #E9EEF2;
--silver-200: #D6E0E6;
--silver-300: #B6C9D3;
--silver-400: #8FACBC;
--silver-500: #7095A9;
--silver-600: #54798C;
--silver-700: #436070;
--silver-800: #304550;
--silver-900: #1F2C33;
--silver-950: #131B20;
}