Silver
#9AA9B1
BlueColor Codes
All color formats for development
HEX
#9AA9B1RGB
rgb(154, 169, 177)HSL
hsl(201, 13%, 65%)OKLCH
oklch(0.726 0.021 230.8)CMYK
cmyk(13%, 5%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8799A3
2#758995
3#657983
4#576770
5#48565E
6#3A454B
7#2B3438
8#1D2225
9#0E1113
Tints
Lighter variations
1#A4B2B9
2#AEBAC1
3#B8C3C9
4#C2CCD0
5#CDD4D8
6#D7DDE0
7#E1E5E8
8#EBEEEF
9#F5F6F7
Tones
Muted variations
1#9BA9B0
2#9CA9AF
3#9EA8AE
4#9FA8AD
5#A0A7AC
6#A1A7AA
7#A2A7A9
8#A3A6A8
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 | DADF #DADFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC7 #BDC7CC | BordersInactive statesPlaceholder text |
| 400 | 9AA9 #9AA9B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D91 #7D919B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6275 #62757F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5D #4E5D65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374248 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2E | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEEEF;
--silver-200: #DADFE2;
--silver-300: #BDC7CC;
--silver-400: #9AA9B1;
--silver-500: #7D919B;
--silver-600: #62757F;
--silver-700: #4E5D65;
--silver-800: #374248;
--silver-900: #232A2E;
--silver-950: #161A1D;
}