Silver
#979FB4
BlueColor Codes
All color formats for development
HEX
#979FB4RGB
rgb(151, 159, 180)HSL
hsl(223, 16%, 65%)OKLCH
oklch(0.703 0.032 269)CMYK
cmyk(16%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#848EA6
2#717C98
3#616C87
4#545D73
5#464D60
6#383E4D
7#2A2E3A
8#1C1F26
9#0E0F13
Tints
Lighter variations
1#A2A9BC
2#ACB3C3
3#B7BCCB
4#C1C6D2
5#CBCFDA
6#D6D9E1
7#E0E2E9
8#EAECF0
9#F5F5F8
Tones
Muted variations
1#99A0B3
2#9AA1B1
3#9CA1B0
4#9DA2AE
5#9FA3AD
6#A0A3AB
7#A1A4AA
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 | D9DC #D9DCE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBC0 #BBC0CE | BordersInactive statesPlaceholder text |
| 400 | 97A0 #97A0B4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A84 #7A849F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E68 #5E6882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B53 #4B5368 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363B #363B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #22262F | Primary textHigh emphasis contentDark headings |
| 950 | 1518 #15181E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF0;
--silver-200: #D9DCE3;
--silver-300: #BBC0CE;
--silver-400: #97A0B4;
--silver-500: #7A849F;
--silver-600: #5E6882;
--silver-700: #4B5368;
--silver-800: #363B4A;
--silver-900: #22262F;
--silver-950: #15181E;
}