Silver
#97A8B4
BlueColor Codes
All color formats for development
HEX
#97A8B4RGB
rgb(151, 168, 180)HSL
hsl(205, 16%, 65%)OKLCH
oklch(0.722 0.026 238.6)CMYK
cmyk(16%, 7%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8498A6
2#718898
3#617787
4#546673
5#465560
6#38444D
7#2A333A
8#1C2226
9#0E1113
Tints
Lighter variations
1#A2B1BC
2#ACBAC3
3#B7C2CB
4#C1CBD2
5#CBD4DA
6#D6DCE1
7#E0E5E9
8#EAEEF0
9#F5F6F8
Tones
Muted variations
1#99A8B3
2#9AA8B1
3#9CA7B0
4#9DA7AE
5#9FA7AD
6#A0A7AB
7#A1A6AA
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 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC6 #BBC6CE | BordersInactive statesPlaceholder text |
| 400 | 97A8 #97A8B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8F #7A8F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E73 #5E7382 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5C #4B5C68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3641 #36414A | Text on light backgroundsHeadingsStrong borders |
| 900 | 222A #222A2F | 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: #D9DFE3;
--silver-300: #BBC6CE;
--silver-400: #97A8B4;
--silver-500: #7A8F9F;
--silver-600: #5E7382;
--silver-700: #4B5C68;
--silver-800: #36414A;
--silver-900: #222A2F;
--silver-950: #151A1E;
}