Silver
#9AA6B1
BlueColor Codes
All color formats for development
HEX
#9AA6B1RGB
rgb(154, 166, 177)HSL
hsl(209, 13%, 65%)OKLCH
oklch(0.719 0.021 245.7)CMYK
cmyk(13%, 6%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8796A3
2#758595
3#657583
4#576470
5#48535E
6#3A434B
7#2B3238
8#1D2125
9#0E1113
Tints
Lighter variations
1#A4AFB9
2#AEB8C1
3#B8C1C9
4#C2CAD0
5#CDD3D8
6#D7DBE0
7#E1E4E8
8#EBEDEF
9#F5F6F7
Tones
Muted variations
1#9BA6B0
2#9CA6AF
3#9EA6AE
4#9FA6AD
5#A0A6AC
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 | 9AA6 #9AA6B1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D8D #7D8D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6271 #62717F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E5A #4E5A65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3740 #374048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292E | 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: #9AA6B1;
--silver-500: #7D8D9B;
--silver-600: #62717F;
--silver-700: #4E5A65;
--silver-800: #374048;
--silver-900: #23292E;
--silver-950: #161A1D;
}