Silver
#BCBDCD
BlueColor Codes
All color formats for development
HEX
#BCBDCDRGB
rgb(188, 189, 205)HSL
hsl(236, 15%, 77%)OKLCH
oklch(0.803 0.022 283)CMYK
cmyk(8%, 8%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A5A7BC
2#8E90AC
3#787A9B
4#646687
5#535571
6#43445A
7#323344
8#21222D
9#111117
Tints
Lighter variations
1#C2C3D2
2#C9CAD7
3#D0D1DC
4#D7D7E1
5#DDDEE6
6#E4E4EB
7#EBEBF0
8#F2F2F5
9#F8F8FA
Tones
Muted variations
1#BCBDCC
2#BDBECB
3#BEBFCB
4#BFC0CA
5#C0C1C9
6#C1C1C8
7#C2C2C7
8#C3C3C6
9#C3C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DA #D9DAE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBD #BCBDCD | BordersInactive statesPlaceholder text |
| 400 | 989A #989AB3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B7D #7B7D9D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F62 #5F6281 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C4E #4C4E67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3637 #363749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F8;
--silver-100: #EAEBF0;
--silver-200: #D9DAE3;
--silver-300: #BCBDCD;
--silver-400: #989AB3;
--silver-500: #7B7D9D;
--silver-600: #5F6281;
--silver-700: #4C4E67;
--silver-800: #363749;
--silver-900: #23232F;
--silver-950: #16161D;
}