Silver
#979EB5
BlueColor Codes
All color formats for development
HEX
#979EB5RGB
rgb(151, 158, 181)HSL
hsl(226, 17%, 65%)OKLCH
oklch(0.701 0.035 272.1)CMYK
cmyk(17%, 13%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#838CA7
2#707A99
3#606A88
4#535A74
5#454B61
6#373C4E
7#292D3A
8#1C1E27
9#0E0F13
Tints
Lighter variations
1#A1A7BC
2#ABB1C4
3#B6BBCB
4#C0C5D3
5#CBCEDA
6#D5D8E1
7#E0E2E9
8#EAECF0
9#F5F5F8
Tones
Muted variations
1#989EB3
2#9A9FB2
3#9BA0B0
4#9DA1AF
5#9EA2AD
6#A0A3AC
7#A1A3AA
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 | BABF #BABFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB5 | Disabled statesSecondary iconsMuted text |
| 500 | 7982 #7982A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5D66 #5D6683 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4A51 #4A5168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 353A #353A4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #222530 | 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: #BABFCE;
--silver-400: #979EB5;
--silver-500: #7982A0;
--silver-600: #5D6683;
--silver-700: #4A5168;
--silver-800: #353A4B;
--silver-900: #222530;
--silver-950: #15171E;
}