Silver
#979DB4
BlueColor Codes
All color formats for development
HEX
#979DB4RGB
rgb(151, 157, 180)HSL
hsl(228, 16%, 65%)OKLCH
oklch(0.699 0.034 273.9)CMYK
cmyk(16%, 13%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#848BA6
2#717998
3#616987
4#545A73
5#464B60
6#383C4D
7#2A2D3A
8#1C1E26
9#0E0F13
Tints
Lighter variations
1#A2A7BC
2#ACB1C3
3#B7BBCB
4#C1C4D2
5#CBCEDA
6#D6D8E1
7#E0E2E9
8#EAEBF0
9#F5F5F8
Tones
Muted variations
1#999EB3
2#9A9FB1
3#9CA0B0
4#9DA1AE
5#9FA1AD
6#A0A2AB
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 | EAEB #EAEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BBBF #BBBFCE | BordersInactive statesPlaceholder text |
| 400 | 979D #979DB4 | Disabled statesSecondary iconsMuted text |
| 500 | 7A81 #7A819F | Primary brand colorCTAsActive elementsLinks |
| 600 | 5E65 #5E6582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4B51 #4B5168 | 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: #EAEBF0;
--silver-200: #D9DBE3;
--silver-300: #BBBFCE;
--silver-400: #979DB4;
--silver-500: #7A819F;
--silver-600: #5E6582;
--silver-700: #4B5168;
--silver-800: #363A4A;
--silver-900: #22252F;
--silver-950: #15171E;
}