Silver
#97A4B5
BlueColor Codes
All color formats for development
HEX
#97A4B5RGB
rgb(151, 164, 181)HSL
hsl(214, 17%, 65%)OKLCH
oklch(0.714 0.029 255.1)CMYK
cmyk(17%, 9%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8393A7
2#708299
3#607188
4#536174
5#455161
6#37414E
7#29313A
8#1C2027
9#0E1013
Tints
Lighter variations
1#A1ADBC
2#ABB6C4
3#B6BFCB
4#C0C8D3
5#CBD1DA
6#D5DAE1
7#E0E4E9
8#EAEDF0
9#F5F6F8
Tones
Muted variations
1#98A4B3
2#9AA4B2
3#9BA4B0
4#9DA5AF
5#9EA5AD
6#A0A5AC
7#A1A5AA
8#A3A5A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DD #D8DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC3 #BAC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A4 #97A4B5 | Disabled statesSecondary iconsMuted text |
| 500 | 798A #798AA0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D6E #5D6E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A57 #4A5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353E #353E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #222830 | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF0;
--silver-200: #D8DDE3;
--silver-300: #BAC3CE;
--silver-400: #97A4B5;
--silver-500: #798AA0;
--silver-600: #5D6E83;
--silver-700: #4A5768;
--silver-800: #353E4B;
--silver-900: #222830;
--silver-950: #15191E;
}