Silver
#97A2B4
BlueColor Codes
All color formats for development
HEX
#97A2B4RGB
rgb(151, 162, 180)HSL
hsl(217, 16%, 65%)OKLCH
oklch(0.709 0.029 260.3)CMYK
cmyk(16%, 10%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8491A6
2#718098
3#617087
4#546073
5#465060
6#38404D
7#2A303A
8#1C2026
9#0E1013
Tints
Lighter variations
1#A2ACBC
2#ACB5C3
3#B7BECB
4#C1C7D2
5#CBD1DA
6#D6DAE1
7#E0E3E9
8#EAECF0
9#F5F6F8
Tones
Muted variations
1#99A3B3
2#9AA3B1
3#9CA3B0
4#9DA4AE
5#9FA4AD
6#A0A4AB
7#A1A5AA
8#A3A5A9
9#A4A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEC #EAECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DD #D9DDE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC2 #BBC2CE | BordersInactive statesPlaceholder text |
| 400 | 97A2 #97A2B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A88 #7A889F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E6C #5E6C82 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B56 #4B5668 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363D #363D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2227 #22272F | 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: #EAECF0;
--silver-200: #D9DDE3;
--silver-300: #BBC2CE;
--silver-400: #97A2B4;
--silver-500: #7A889F;
--silver-600: #5E6C82;
--silver-700: #4B5668;
--silver-800: #363D4A;
--silver-900: #22272F;
--silver-950: #15191E;
}