Silver
#97ADB5
BlueColor Codes
All color formats for development
HEX
#97ADB5RGB
rgb(151, 173, 181)HSL
hsl(196, 17%, 65%)OKLCH
oklch(0.733 0.027 221.7)CMYK
cmyk(17%, 4%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#839EA7
2#708E99
3#607D88
4#536B74
5#455961
6#37484E
7#29363A
8#1C2427
9#0E1213
Tints
Lighter variations
1#A1B5BC
2#ABBDC4
3#B6C5CB
4#C0CED3
5#CBD6DA
6#D5DEE1
7#E0E6E9
8#EAEFF0
9#F5F7F8
Tones
Muted variations
1#98ACB3
2#9AABB2
3#9BABB0
4#9DAAAF
5#9EA9AD
6#A0A9AC
7#A1A8AA
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 | EAEF #EAEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC9 #BAC9CE | BordersInactive statesPlaceholder text |
| 400 | 97AD #97ADB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7995 #7995A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D79 #5D7983 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A60 #4A6068 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3545 #35454B | Text on light backgroundsHeadingsStrong borders |
| 900 | 222C #222C30 | 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: #D8E0E3;
--silver-300: #BAC9CE;
--silver-400: #97ADB5;
--silver-500: #7995A0;
--silver-600: #5D7983;
--silver-700: #4A6068;
--silver-800: #35454B;
--silver-900: #222C30;
--silver-950: #151C1E;
}