Silver
#BDC2CC
BlueColor Codes
All color formats for development
HEX
#BDC2CCRGB
rgb(189, 194, 204)HSL
hsl(220, 13%, 77%)OKLCH
oklch(0.813 0.015 264.5)CMYK
cmyk(7%, 5%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A7ADBB
2#9099AA
3#7A8499
4#667185
5#555E6F
6#444B59
7#333843
8#22262C
9#111316
Tints
Lighter variations
1#C3C8D1
2#CACED6
3#D1D4DB
4#D7DAE0
5#DEE0E5
6#E4E7EB
7#EBEDF0
8#F2F3F5
9#F8F9FA
Tones
Muted variations
1#BDC2CB
2#BEC2CA
3#BFC3CA
4#C0C3C9
5#C1C3C8
6#C1C3C7
7#C2C4C7
8#C3C4C6
9#C4C4C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADC #DADCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC2 #BDC2CC | BordersInactive statesPlaceholder text |
| 400 | 9AA2 #9AA2B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D87 #7D879B | Primary brand colorCTAsActive elementsLinks |
| 600 | 626B #626B7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E55 #4E5565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373D #373D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272E | 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: #EBECEF;
--silver-200: #DADCE2;
--silver-300: #BDC2CC;
--silver-400: #9AA2B1;
--silver-500: #7D879B;
--silver-600: #626B7F;
--silver-700: #4E5565;
--silver-800: #373D48;
--silver-900: #23272E;
--silver-950: #16181D;
}