Silver
#BCC1CD
BlueColor Codes
All color formats for development
HEX
#BCC1CDRGB
rgb(188, 193, 205)HSL
hsl(222, 15%, 77%)OKLCH
oklch(0.811 0.018 267.8)CMYK
cmyk(8%, 6%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A5ACBC
2#8E97AC
3#78829B
4#646F87
5#535C71
6#434A5A
7#323744
8#21252D
9#111217
Tints
Lighter variations
1#C2C7D2
2#C9CDD7
3#D0D3DC
4#D7DAE1
5#DDE0E6
6#E4E6EB
7#EBECF0
8#F2F3F5
9#F8F9FA
Tones
Muted variations
1#BCC1CC
2#BDC2CB
3#BEC2CB
4#BFC2CA
5#C0C3C9
6#C1C3C8
7#C2C3C7
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 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 98A0 #98A0B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B85 #7B859D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F69 #5F6981 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C54 #4C5467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363C #363C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EAECF0;
--silver-200: #D9DCE3;
--silver-300: #BCC1CD;
--silver-400: #98A0B3;
--silver-500: #7B859D;
--silver-600: #5F6981;
--silver-700: #4C5467;
--silver-800: #363C49;
--silver-900: #23262F;
--silver-950: #16181D;
}