Silver
#97A9B4
BlueColor Codes
All color formats for development
HEX
#97A9B4RGB
rgb(151, 169, 180)HSL
hsl(203, 16%, 65%)OKLCH
oklch(0.724 0.026 234.6)CMYK
cmyk(16%, 6%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8499A6
2#718998
3#617887
4#546773
5#465660
6#38454D
7#2A343A
8#1C2226
9#0E1113
Tints
Lighter variations
1#A2B2BC
2#ACBAC3
3#B7C3CB
4#C1CBD2
5#CBD4DA
6#D6DDE1
7#E0E5E9
8#EAEEF0
9#F5F6F8
Tones
Muted variations
1#99A9B3
2#9AA8B1
3#9CA8B0
4#9DA8AE
5#9FA7AD
6#A0A7AB
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 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC7 #BBC7CE | BordersInactive statesPlaceholder text |
| 400 | 97A9 #97A9B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A91 #7A919F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E74 #5E7482 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B5D #4B5D68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #36424A | 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: #BBC7CE;
--silver-400: #97A9B4;
--silver-500: #7A919F;
--silver-600: #5E7482;
--silver-700: #4B5D68;
--silver-800: #36424A;
--silver-900: #222A2F;
--silver-950: #151A1E;
}