Silver
#BCC5CD
BlueColor Codes
All color formats for development
HEX
#BCC5CDRGB
rgb(188, 197, 205)HSL
hsl(208, 15%, 77%)OKLCH
oklch(0.819 0.015 244.8)CMYK
cmyk(8%, 4%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A5B1BC
2#8E9EAC
3#788B9B
4#647787
5#536371
6#434F5A
7#323B44
8#21282D
9#111417
Tints
Lighter variations
1#C2CBD2
2#C9D1D7
3#D0D6DC
4#D7DCE1
5#DDE2E6
6#E4E8EB
7#EBEEF0
8#F2F3F5
9#F8F9FA
Tones
Muted variations
1#BCC5CC
2#BDC5CB
3#BEC5CB
4#BFC5CA
5#C0C5C9
6#C1C5C8
7#C2C5C7
8#C3C4C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 98A7 #98A7B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B8D #7B8D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F71 #5F7181 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5A #4C5A67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3640 #364049 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | 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: #F6F7F8;
--silver-100: #EAEDF0;
--silver-200: #D9DEE3;
--silver-300: #BCC5CD;
--silver-400: #98A7B3;
--silver-500: #7B8D9D;
--silver-600: #5F7181;
--silver-700: #4C5A67;
--silver-800: #364049;
--silver-900: #23292F;
--silver-950: #161A1D;
}