Silver
#97ABB5
BlueColor Codes
All color formats for development
HEX
#97ABB5RGB
rgb(151, 171, 181)HSL
hsl(200, 17%, 65%)OKLCH
oklch(0.729 0.027 229.3)CMYK
cmyk(17%, 6%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#839BA7
2#708C99
3#607B88
4#536974
5#455861
6#37464E
7#29353A
8#1C2327
9#0E1213
Tints
Lighter variations
1#A1B3BC
2#ABBCC4
3#B6C4CB
4#C0CCD3
5#CBD5DA
6#D5DDE1
7#E0E6E9
8#EAEEF0
9#F5F7F8
Tones
Muted variations
1#98AAB3
2#9AAAB2
3#9BA9B0
4#9DA9AF
5#9EA8AD
6#A0A8AC
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 | D8E0 #D8E0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC8 #BAC8CE | BordersInactive statesPlaceholder text |
| 400 | 97AB #97ABB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7993 #7993A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D77 #5D7783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A5E #4A5E68 | 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: #D8E0E3;
--silver-300: #BAC8CE;
--silver-400: #97ABB5;
--silver-500: #7993A0;
--silver-600: #5D7783;
--silver-700: #4A5E68;
--silver-800: #35434B;
--silver-900: #222B30;
--silver-950: #151B1E;
}