Silver
#B9C6D0
BlueColor Codes
All color formats for development
HEX
#B9C6D0RGB
rgb(185, 198, 208)HSL
hsl(206, 20%, 77%)OKLCH
oklch(0.82 0.02 240.8)CMYK
cmyk(11%, 5%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A1B3C0
2#89A0B1
3#728DA1
4#5E798D
5#4F6576
6#3F515E
7#2F3C47
8#1F282F
9#101418
Tints
Lighter variations
1#C0CCD5
2#C7D1D9
3#CED7DE
4#D5DDE3
5#DCE2E8
6#E3E8EC
7#EAEEF1
8#F1F4F6
9#F8F9FA
Tones
Muted variations
1#BAC6CF
2#BBC6CE
3#BCC5CD
4#BDC5CB
5#BEC5CA
6#C0C5C9
7#C1C5C8
8#C2C5C7
9#C3C5C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DF #D7DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6D0 | BordersInactive statesPlaceholder text |
| 400 | 94A8 #94A8B8 | Disabled statesSecondary iconsMuted text |
| 500 | 758F #758FA3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5A73 #5A7387 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 475C #475C6B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3341 #33414D | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | Primary textHigh emphasis contentDark headings |
| 950 | 141A #141A1F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D7DFE4;
--silver-300: #B9C6D0;
--silver-400: #94A8B8;
--silver-500: #758FA3;
--silver-600: #5A7387;
--silver-700: #475C6B;
--silver-800: #33414D;
--silver-900: #212A31;
--silver-950: #141A1F;
}