Silver
#9AA7B1
BlueColor Codes
All color formats for development
HEX
#9AA7B1RGB
rgb(154, 167, 177)HSL
hsl(206, 13%, 65%)OKLCH
oklch(0.721 0.021 240.8)CMYK
cmyk(13%, 6%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8797A3
2#758795
3#657683
4#576570
5#48545E
6#3A434B
7#2B3338
8#1D2225
9#0E1113
Tints
Lighter variations
1#A4B0B9
2#AEB9C1
3#B8C2C9
4#C2CAD0
5#CDD3D8
6#D7DCE0
7#E1E5E8
8#EBEDEF
9#F5F6F7
Tones
Muted variations
1#9BA7B0
2#9CA7AF
3#9EA7AE
4#9FA7AD
5#A0A7AC
6#A1A6AA
7#A2A6A9
8#A3A6A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADE #DADEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC5 #BDC5CC | BordersInactive statesPlaceholder text |
| 400 | 9AA7 #9AA7B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8E #7D8E9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6272 #62727F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5B #4E5B65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374148 | 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: #F6F7F8;
--silver-100: #EBEDEF;
--silver-200: #DADEE2;
--silver-300: #BDC5CC;
--silver-400: #9AA7B1;
--silver-500: #7D8E9B;
--silver-600: #62727F;
--silver-700: #4E5B65;
--silver-800: #374148;
--silver-900: #232A2E;
--silver-950: #161A1D;
}