Silver
#9AB0B1
CyanColor Codes
All color formats for development
HEX
#9AB0B1RGB
rgb(154, 176, 177)HSL
hsl(183, 13%, 65%)OKLCH
oklch(0.741 0.024 200)CMYK
cmyk(13%, 1%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A2A3
2#759395
3#658283
4#576F70
5#485D5E
6#3A4A4B
7#2B3838
8#1D2525
9#0E1313
Tints
Lighter variations
1#A4B8B9
2#AEC0C1
3#B8C8C9
4#C2D0D0
5#CDD8D8
6#D7DFE0
7#E1E7E8
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9BAFB0
2#9CAEAF
3#9EADAE
4#9FACAD
5#A0ABAC
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 | BDCB #BDCBCC | BordersInactive statesPlaceholder text |
| 400 | 9AB0 #9AB0B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D9A #7D9A9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627D #627D7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E64 #4E6465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232E #232E2E | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | 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: #BDCBCC;
--silver-400: #9AB0B1;
--silver-500: #7D9A9B;
--silver-600: #627D7F;
--silver-700: #4E6465;
--silver-800: #374748;
--silver-900: #232E2E;
--silver-950: #161C1D;
}