Silver
#97A3B4
BlueColor Codes
All color formats for development
HEX
#97A3B4RGB
rgb(151, 163, 180)HSL
hsl(215, 16%, 65%)OKLCH
oklch(0.712 0.028 257)CMYK
cmyk(16%, 9%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8492A6
2#718198
3#617187
4#546173
5#465160
6#38414D
7#2A303A
8#1C2026
9#0E1013
Tints
Lighter variations
1#A2ADBC
2#ACB6C3
3#B7BFCB
4#C1C8D2
5#CBD1DA
6#D6DAE1
7#E0E4E9
8#EAEDF0
9#F5F6F8
Tones
Muted variations
1#99A4B3
2#9AA4B1
3#9CA4B0
4#9DA4AE
5#9FA5AD
6#A0A5AB
7#A1A5AA
8#A3A5A9
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 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC3 #BBC3CE | BordersInactive statesPlaceholder text |
| 400 | 97A3 #97A3B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A89 #7A899F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6D #5E6D82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B57 #4B5768 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363E #363E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2228 #22282F | 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: #D9DDE3;
--silver-300: #BBC3CE;
--silver-400: #97A3B4;
--silver-500: #7A899F;
--silver-600: #5E6D82;
--silver-700: #4B5768;
--silver-800: #363E4A;
--silver-900: #22282F;
--silver-950: #15191E;
}