Silver
#BCC6CD
BlueColor Codes
All color formats for development
HEX
#BCC6CDRGB
rgb(188, 198, 205)HSL
hsl(205, 15%, 77%)OKLCH
oklch(0.821 0.015 238.1)CMYK
cmyk(8%, 3%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A5B3BC
2#8EA0AC
3#788C9B
4#647987
5#536571
6#43515A
7#323C44
8#21282D
9#111417
Tints
Lighter variations
1#C2CCD2
2#C9D1D7
3#D0D7DC
4#D7DDE1
5#DDE2E6
6#E4E8EB
7#EBEEF0
8#F2F4F5
9#F8F9FA
Tones
Muted variations
1#BCC6CC
2#BDC6CB
3#BEC5CB
4#BFC5CA
5#C0C5C9
6#C1C5C8
7#C2C5C7
8#C3C5C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8F #7B8F9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F73 #5F7381 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5B #4C5B67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #364149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EAEEF0;
--silver-200: #D9DFE3;
--silver-300: #BCC6CD;
--silver-400: #98A8B3;
--silver-500: #7B8F9D;
--silver-600: #5F7381;
--silver-700: #4C5B67;
--silver-800: #364149;
--silver-900: #232A2F;
--silver-950: #161A1D;
}