Silver
#97A0B5
BlueColor Codes
All color formats for development
HEX
#97A0B5RGB
rgb(151, 160, 181)HSL
hsl(222, 17%, 65%)OKLCH
oklch(0.705 0.032 267.1)CMYK
cmyk(17%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838EA7
2#707C99
3#606C88
4#535D74
5#454D61
6#373E4E
7#292E3A
8#1C1F27
9#0E0F13
Tints
Lighter variations
1#A1A9BC
2#ABB3C4
3#B6BCCB
4#C0C6D3
5#CBCFDA
6#D5D9E1
7#E0E2E9
8#EAECF0
9#F5F5F8
Tones
Muted variations
1#98A0B3
2#9AA1B2
3#9BA2B0
4#9DA2AF
5#9EA3AD
6#A0A3AC
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 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7984 #7984A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D69 #5D6983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A53 #4A5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | 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: #BAC0CE;
--silver-400: #97A0B5;
--silver-500: #7984A0;
--silver-600: #5D6983;
--silver-700: #4A5368;
--silver-800: #353B4B;
--silver-900: #222630;
--silver-950: #15181E;
}