Silver
#9AB1B1
CyanColor Codes
All color formats for development
HEX
#9AB1B1RGB
rgb(154, 177, 177)HSL
hsl(180, 13%, 65%)OKLCH
oklch(0.743 0.025 196.6)CMYK
cmyk(13%, 0%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A3A3
2#759595
3#658383
4#577070
5#485E5E
6#3A4B4B
7#2B3838
8#1D2525
9#0E1313
Tints
Lighter variations
1#A4B9B9
2#AEC1C1
3#B8C9C9
4#C2D0D0
5#CDD8D8
6#D7E0E0
7#E1E8E8
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9BB0B0
2#9CAFAF
3#9EAEAE
4#9FADAD
5#A0ACAC
6#A1AAAA
7#A2A9A9
8#A3A8A8
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 | BDCC #BDCCCC | BordersInactive statesPlaceholder text |
| 400 | 9AB1 #9AB1B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9B #7D9B9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627F #627F7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E65 #4E6565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3748 #374848 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | 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: #BDCCCC;
--silver-400: #9AB1B1;
--silver-500: #7D9B9B;
--silver-600: #627F7F;
--silver-700: #4E6565;
--silver-800: #374848;
--silver-900: #232E2E;
--silver-950: #161D1D;
}