Silver
#9AAAB1
BlueColor Codes
All color formats for development
HEX
#9AAAB1RGB
rgb(154, 170, 177)HSL
hsl(198, 13%, 65%)OKLCH
oklch(0.728 0.021 225.8)CMYK
cmyk(13%, 4%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#879BA3
2#758B95
3#657A83
4#576970
5#48575E
6#3A464B
7#2B3438
8#1D2325
9#0E1113
Tints
Lighter variations
1#A4B3B9
2#AEBBC1
3#B8C4C9
4#C2CCD0
5#CDD5D8
6#D7DDE0
7#E1E6E8
8#EBEEEF
9#F5F7F7
Tones
Muted variations
1#9BAAB0
2#9CA9AF
3#9EA9AE
4#9FA9AD
5#A0A8AC
6#A1A8AA
7#A2A7A9
8#A3A7A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE0 #DAE0E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AAA #9AAAB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D92 #7D929B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6276 #62767F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5E #4E5E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3743 #374348 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232B #232B2E | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEEEF;
--silver-200: #DAE0E2;
--silver-300: #BDC7CC;
--silver-400: #9AAAB1;
--silver-500: #7D929B;
--silver-600: #62767F;
--silver-700: #4E5E65;
--silver-800: #374348;
--silver-900: #232B2E;
--silver-950: #161B1D;
}