Silver
#BACECF
CyanColor Codes
All color formats for development
HEX
#BACECFRGB
rgb(186, 206, 207)HSL
hsl(183, 18%, 77%)OKLCH
oklch(0.837 0.022 200.4)CMYK
cmyk(10%, 0%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#A3BDBF
2#8BADAF
3#749C9F
4#61898B
5#517274
6#405B5D
7#304446
8#202E2E
9#101717
Tints
Lighter variations
1#C1D3D4
2#C8D8D9
3#CFDDDD
4#D5E2E2
5#DCE6E7
6#E3EBEC
7#EAF0F1
8#F1F5F5
9#F8FAFA
Tones
Muted variations
1#BBCDCE
2#BCCCCD
3#BDCBCC
4#BECACB
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 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACE #BACECF | BordersInactive statesPlaceholder text |
| 400 | 96B4 #96B4B6 | Disabled statesSecondary iconsMuted text |
| 500 | 789F #789FA1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5C82 #5C8284 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4968 #496869 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 212F #212F30 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F9F9;
--silver-100: #EAF0F0;
--silver-200: #D8E3E4;
--silver-300: #BACECF;
--silver-400: #96B4B6;
--silver-500: #789FA1;
--silver-600: #5C8284;
--silver-700: #496869;
--silver-800: #344A4B;
--silver-900: #212F30;
--silver-950: #151E1E;
}