Silver
#9BB0B0
CyanColor Codes
All color formats for development
HEX
#9BB0B0RGB
rgb(155, 176, 176)HSL
hsl(180, 12%, 65%)OKLCH
oklch(0.741 0.023 196.7)CMYK
cmyk(12%, 0%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#88A2A2
2#769393
3#668282
4#586F6F
5#495D5D
6#3A4A4A
7#2C3838
8#1D2525
9#0F1313
Tints
Lighter variations
1#A5B8B8
2#AFC0C0
3#B9C8C8
4#C3D0D0
5#CDD8D8
6#D7E0E0
7#E1E7E7
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9CAFAF
2#9DAEAE
3#9EADAD
4#9FACAC
5#A0ABAB
6#A1AAAA
7#A3A9A9
8#A4A8A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE2 #DAE2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCB | BordersInactive statesPlaceholder text |
| 400 | 9BB0 #9BB0B0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E9A #7E9A9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 637E #637E7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F64 #4F6464 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3847 #384747 | Text on light backgroundsHeadingsStrong borders |
| 900 | 242E #242E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161D #161D1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFEF;
--silver-200: #DAE2E2;
--silver-300: #BDCBCB;
--silver-400: #9BB0B0;
--silver-500: #7E9A9A;
--silver-600: #637E7E;
--silver-700: #4F6464;
--silver-800: #384747;
--silver-900: #242E2E;
--silver-950: #161D1D;
}