Silver
#979EB4
BlueColor Codes
All color formats for development
HEX
#979EB4RGB
rgb(151, 158, 180)HSL
hsl(226, 16%, 65%)OKLCH
oklch(0.701 0.033 271.5)CMYK
cmyk(16%, 12%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#848CA6
2#717A98
3#616A87
4#545B73
5#464C60
6#383D4D
7#2A2D3A
8#1C1E26
9#0E0F13
Tints
Lighter variations
1#A2A8BC
2#ACB2C3
3#B7BBCB
4#C1C5D2
5#CBCFDA
6#D6D8E1
7#E0E2E9
8#EAECF0
9#F5F5F8
Tones
Muted variations
1#999FB3
2#9AA0B1
3#9CA0B0
4#9DA1AE
5#9FA2AD
6#A0A3AB
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 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979E #979EB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A82 #7A829F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E67 #5E6782 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B52 #4B5268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 363A #363A4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 2225 #22252F | 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: #D9DBE3;
--silver-300: #BBBFCE;
--silver-400: #979EB4;
--silver-500: #7A829F;
--silver-600: #5E6782;
--silver-700: #4B5268;
--silver-800: #363A4A;
--silver-900: #22252F;
--silver-950: #15171E;
}