Silver
#97AAB5
BlueColor Codes
All color formats for development
HEX
#97AAB5RGB
rgb(151, 170, 181)HSL
hsl(202, 17%, 65%)OKLCH
oklch(0.727 0.027 233.1)CMYK
cmyk(17%, 6%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#839AA7
2#708A99
3#607988
4#536874
5#455761
6#37454E
7#29343A
8#1C2327
9#0E1113
Tints
Lighter variations
1#A1B2BC
2#ABBBC4
3#B6C3CB
4#C0CCD3
5#CBD4DA
6#D5DDE1
7#E0E5E9
8#EAEEF0
9#F5F6F8
Tones
Muted variations
1#98A9B3
2#9AA9B2
3#9BA9B0
4#9DA8AF
5#9EA8AD
6#A0A7AC
7#A1A7AA
8#A3A7A9
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 | BAC7 #BAC7CE | BordersInactive statesPlaceholder text |
| 400 | 97AA #97AAB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7991 #7991A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D75 #5D7583 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5D #4A5D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3543 #35434B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222B #222B30 | Primary textHigh emphasis contentDark headings |
| 950 | 151B #151B1E | 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: #BAC7CE;
--silver-400: #97AAB5;
--silver-500: #7991A0;
--silver-600: #5D7583;
--silver-700: #4A5D68;
--silver-800: #35434B;
--silver-900: #222B30;
--silver-950: #151B1E;
}