Silver
#9AAFB1
CyanColor Codes
All color formats for development
HEX
#9AAFB1RGB
rgb(154, 175, 177)HSL
hsl(185, 13%, 65%)OKLCH
oklch(0.739 0.023 203.6)CMYK
cmyk(13%, 1%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#87A1A3
2#759295
3#658183
4#576E70
5#485C5E
6#3A494B
7#2B3738
8#1D2525
9#0E1213
Tints
Lighter variations
1#A4B7B9
2#AEBFC1
3#B8C7C9
4#C2CFD0
5#CDD7D8
6#D7DFE0
7#E1E7E8
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9BAEB0
2#9CADAF
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 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDCB #BDCBCC | BordersInactive statesPlaceholder text |
| 400 | 9AAF #9AAFB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D99 #7D999B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627C #627C7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E63 #4E6365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3747 #374748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232D #232D2E | 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: #DAE1E2;
--silver-300: #BDCBCC;
--silver-400: #9AAFB1;
--silver-500: #7D999B;
--silver-600: #627C7F;
--silver-700: #4E6365;
--silver-800: #374748;
--silver-900: #232D2E;
--silver-950: #161C1D;
}