Silver
#97A9B5
BlueColor Codes
All color formats for development
HEX
#97A9B5RGB
rgb(151, 169, 181)HSL
hsl(204, 17%, 65%)OKLCH
oklch(0.725 0.027 237)CMYK
cmyk(17%, 7%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8399A7
2#708999
3#607888
4#536774
5#455661
6#37454E
7#29333A
8#1C2227
9#0E1113
Tints
Lighter variations
1#A1B1BC
2#ABBAC4
3#B6C3CB
4#C0CBD3
5#CBD4DA
6#D5DDE1
7#E0E5E9
8#EAEEF0
9#F5F6F8
Tones
Muted variations
1#98A8B3
2#9AA8B2
3#9BA8B0
4#9DA8AF
5#9EA7AD
6#A0A7AC
7#A1A7AA
8#A3A6A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8DF #D8DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC6 #BAC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B5 | Disabled statesSecondary iconsMuted text |
| 500 | 7990 #7990A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D74 #5D7483 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5C #4A5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3542 #35424B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A30 | Primary textHigh emphasis contentDark headings |
| 950 | 151A #151A1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEEF0;
--silver-200: #D8DFE3;
--silver-300: #BAC6CE;
--silver-400: #97A9B5;
--silver-500: #7990A0;
--silver-600: #5D7483;
--silver-700: #4A5C68;
--silver-800: #35424B;
--silver-900: #222A30;
--silver-950: #151A1E;
}