Silver
#9CB0B0
CyanColor Codes
All color formats for development
HEX
#9CB0B0RGB
rgb(156, 176, 176)HSL
hsl(180, 11%, 65%)OKLCH
oklch(0.742 0.022 196.7)CMYK
cmyk(11%, 0%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8AA1A1
2#779292
3#678181
4#596E6E
5#4A5C5C
6#3B4A4A
7#2C3737
8#1E2525
9#0F1212
Tints
Lighter variations
1#A6B8B8
2#B0BFBF
3#BAC7C7
4#C4CFCF
5#CDD7D7
6#D7DFDF
7#E1E7E7
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9DAFAF
2#9EAEAE
3#9FADAD
4#A0ACAC
5#A1ABAB
6#A2AAAA
7#A3A9A9
8#A4A8A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECB #BECBCB | BordersInactive statesPlaceholder text |
| 400 | 9CB0 #9CB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 8099 #809999 | Primary brand colorCTAsActive elementsLinks |
| 600 | 647D #647D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F63 #4F6363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3947 #394747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242D #242D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE1E1;
--silver-300: #BECBCB;
--silver-400: #9CB0B0;
--silver-500: #809999;
--silver-600: #647D7D;
--silver-700: #4F6363;
--silver-800: #394747;
--silver-900: #242D2D;
--silver-950: #171C1C;
}