Silver
#BACDCF
CyanColor Codes
All color formats for development
HEX
#BACDCFRGB
rgb(186, 205, 207)HSL
hsl(186, 18%, 77%)OKLCH
oklch(0.835 0.021 204.4)CMYK
cmyk(10%, 1%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3BCBF
2#8BABAF
3#749A9F
4#61878B
5#517074
6#405A5D
7#304346
8#202D2E
9#101617
Tints
Lighter variations
1#C1D2D4
2#C8D7D9
3#CFDCDD
4#D5E1E2
5#DCE6E7
6#E3EBEC
7#EAF0F1
8#F1F5F5
9#F8FAFA
Tones
Muted variations
1#BBCCCE
2#BCCBCD
3#BDCACC
4#BEC9CB
5#BFC9CA
6#C0C8C9
7#C1C7C8
8#C2C6C6
9#C3C5C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACD #BACDCF | BordersInactive statesPlaceholder text |
| 400 | 96B3 #96B3B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789D #789DA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C80 #5C8084 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4966 #496669 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3449 #34494B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151D #151D1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAF0F0;
--silver-200: #D8E3E4;
--silver-300: #BACDCF;
--silver-400: #96B3B6;
--silver-500: #789DA1;
--silver-600: #5C8084;
--silver-700: #496669;
--silver-800: #34494B;
--silver-900: #212F30;
--silver-950: #151D1E;
}