Silver
#B9C6CF
BlueColor Codes
All color formats for development
HEX
#B9C6CFRGB
rgb(185, 198, 207)HSL
hsl(205, 19%, 77%)OKLCH
oklch(0.819 0.019 237.8)CMYK
cmyk(11%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A2B3C0
2#8AA0B0
3#738DA0
4#5F7A8C
5#506575
6#40515D
7#303D46
8#20292F
9#101417
Tints
Lighter variations
1#C0CCD4
2#C7D2D9
3#CED7DE
4#D5DDE2
5#DCE3E7
6#E3E8EC
7#EAEEF1
8#F1F4F5
9#F8F9FA
Tones
Muted variations
1#BAC6CE
2#BBC6CD
3#BDC6CC
4#BEC5CB
5#BFC5CA
6#C0C5C9
7#C1C5C8
8#C2C5C7
9#C3C5C5
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 | D8DF #D8DFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9C6 #B9C6CF | BordersInactive statesPlaceholder text |
| 400 | 95A9 #95A9B7 | Disabled statesSecondary iconsMuted text |
| 500 | 7690 #7690A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B74 #5B7486 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 485C #485C6A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3442 #34424C | Text on light backgroundsHeadingsStrong borders |
| 900 | 212A #212A31 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF1;
--silver-200: #D8DFE4;
--silver-300: #B9C6CF;
--silver-400: #95A9B7;
--silver-500: #7690A2;
--silver-600: #5B7486;
--silver-700: #485C6A;
--silver-800: #34424C;
--silver-900: #212A31;
--silver-950: #151A1E;
}