Silver
#BBC6CE
BlueColor Codes
All color formats for development
HEX
#BBC6CERGB
rgb(187, 198, 206)HSL
hsl(205, 16%, 77%)OKLCH
oklch(0.82 0.017 239.2)CMYK
cmyk(9%, 4%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A4B3BD
2#8DA0AD
3#778D9C
4#637989
5#526572
6#42515B
7#313C44
8#21282E
9#101417
Tints
Lighter variations
1#C2CCD3
2#C9D1D8
3#CFD7DD
4#D6DDE1
5#DDE2E6
6#E4E8EB
7#EBEEF0
8#F1F4F5
9#F8F9FA
Tones
Muted variations
1#BCC6CD
2#BDC6CC
3#BEC5CB
4#BFC5CA
5#C0C5C9
6#C1C5C8
7#C2C5C7
8#C2C5C6
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC6 #BBC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A8 #97A8B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8F #7A8F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E73 #5E7382 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5C #4B5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A2F | 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: #EAEEF0;
--silver-200: #D9DFE3;
--silver-300: #BBC6CE;
--silver-400: #97A8B4;
--silver-500: #7A8F9F;
--silver-600: #5E7382;
--silver-700: #4B5C68;
--silver-800: #36414A;
--silver-900: #222A2F;
--silver-950: #151A1E;
}