Silver
#97A5B4
BlueColor Codes
All color formats for development
HEX
#97A5B4RGB
rgb(151, 165, 180)HSL
hsl(211, 16%, 65%)OKLCH
oklch(0.716 0.027 250)CMYK
cmyk(16%, 8%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8495A6
2#718498
3#617387
4#546373
5#465260
6#38424D
7#2A313A
8#1C2126
9#0E1013
Tints
Lighter variations
1#A2AEBC
2#ACB7C3
3#B7C0CB
4#C1C9D2
5#CBD2DA
6#D6DBE1
7#E0E4E9
8#EAEDF0
9#F5F6F8
Tones
Muted variations
1#99A5B3
2#9AA5B1
3#9CA5B0
4#9DA5AE
5#9FA6AD
6#A0A6AB
7#A1A6AA
8#A3A6A9
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAED #EAEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC4 #BBC4CE | BordersInactive statesPlaceholder text |
| 400 | 97A5 #97A5B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A8C #7A8C9F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E70 #5E7082 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B59 #4B5968 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363F #363F4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2229 #22292F | Primary textHigh emphasis contentDark headings |
| 950 | 1519 #15191E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAEDF0;
--silver-200: #D9DEE3;
--silver-300: #BBC4CE;
--silver-400: #97A5B4;
--silver-500: #7A8C9F;
--silver-600: #5E7082;
--silver-700: #4B5968;
--silver-800: #363F4A;
--silver-900: #22292F;
--silver-950: #15191E;
}