Silver
#97AFB5
CyanColor Codes
All color formats for development
HEX
#97AFB5RGB
rgb(151, 175, 181)HSL
hsl(192, 17%, 65%)OKLCH
oklch(0.738 0.028 214.5)CMYK
cmyk(17%, 3%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#83A0A7
2#709199
3#608088
4#536E74
5#455B61
6#37494E
7#29373A
8#1C2527
9#0E1213
Tints
Lighter variations
1#A1B7BC
2#ABBFC4
3#B6C7CB
4#C0CFD3
5#CBD7DA
6#D5DFE1
7#E0E7E9
8#EAEFF0
9#F5F7F8
Tones
Muted variations
1#98AEB3
2#9AADB2
3#9BACB0
4#9DABAF
5#9EAAAD
6#A0A9AC
7#A1A8AA
8#A3A8A9
9#A4A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E1 #D8E1E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BACA #BACACE | BordersInactive statesPlaceholder text |
| 400 | 97AF #97AFB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7998 #7998A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D7C #5D7C83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A62 #4A6268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3546 #35464B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222D #222D30 | Primary textHigh emphasis contentDark headings |
| 950 | 151C #151C1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F9;
--silver-100: #EAEFF0;
--silver-200: #D8E1E3;
--silver-300: #BACACE;
--silver-400: #97AFB5;
--silver-500: #7998A0;
--silver-600: #5D7C83;
--silver-700: #4A6268;
--silver-800: #35464B;
--silver-900: #222D30;
--silver-950: #151C1E;
}