Silver
#979FB5
BlueColor Codes
All color formats for development
HEX
#979FB5RGB
rgb(151, 159, 181)HSL
hsl(224, 17%, 65%)OKLCH
oklch(0.703 0.033 269.7)CMYK
cmyk(17%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838DA7
2#707B99
3#606B88
4#535C74
5#454C61
6#373D4E
7#292E3A
8#1C1F27
9#0E0F13
Tints
Lighter variations
1#A1A8BC
2#ABB2C4
3#B6BCCB
4#C0C5D3
5#CBCFDA
6#D5D8E1
7#E0E2E9
8#EAECF0
9#F5F5F8
Tones
Muted variations
1#989FB3
2#9AA0B2
3#9BA1B0
4#9DA2AF
5#9EA2AD
6#A0A3AC
7#A1A4AA
8#A3A4A9
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 | D8DB #D8DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BAC0 #BAC0CE | BordersInactive statesPlaceholder text |
| 400 | 979F #979FB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7983 #7983A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D67 #5D6783 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A52 #4A5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353B #353B4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2226 #222630 | Primary textHigh emphasis contentDark headings |
| 950 | 1517 #15171E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #EAECF0;
--silver-200: #D8DBE3;
--silver-300: #BAC0CE;
--silver-400: #979FB5;
--silver-500: #7983A0;
--silver-600: #5D6783;
--silver-700: #4A5268;
--silver-800: #353B4B;
--silver-900: #222630;
--silver-950: #15171E;
}