Silver
#97A1B5
BlueColor Codes
All color formats for development
HEX
#97A1B5RGB
rgb(151, 161, 181)HSL
hsl(220, 17%, 65%)OKLCH
oklch(0.708 0.031 264.4)CMYK
cmyk(17%, 11%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838FA7
2#707E99
3#606D88
4#535E74
5#454E61
6#373F4E
7#292F3A
8#1C1F27
9#0E1013
Tints
Lighter variations
1#A1AABC
2#ABB4C4
3#B6BDCB
4#C0C6D3
5#CBD0DA
6#D5D9E1
7#E0E3E9
8#EAECF0
9#F5F6F8
Tones
Muted variations
1#98A1B3
2#9AA2B2
3#9BA2B0
4#9DA3AF
5#9EA3AD
6#A0A4AC
7#A1A4AA
8#A3A5A9
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DC #D8DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC1 #BAC1CE | BordersInactive statesPlaceholder text |
| 400 | 97A1 #97A1B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7986 #7986A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6A #5D6A83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A54 #4A5468 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353C #353C4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF0;
--silver-200: #D8DCE3;
--silver-300: #BAC1CE;
--silver-400: #97A1B5;
--silver-500: #7986A0;
--silver-600: #5D6A83;
--silver-700: #4A5468;
--silver-800: #353C4B;
--silver-900: #222630;
--silver-950: #15181E;
}