Silver
#9C9DB0
BlueColor Codes
All color formats for development
HEX
#9C9DB0RGB
rgb(156, 157, 176)HSL
hsl(237, 11%, 65%)OKLCH
oklch(0.701 0.028 283.3)CMYK
cmyk(11%, 11%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A8BA1
2#777892
3#676981
4#595A6E
5#4A4B5C
6#3B3C4A
7#2C2D37
8#1E1E25
9#0F0F12
Tints
Lighter variations
1#A6A7B8
2#B0B1BF
3#BABAC7
4#C4C4CF
5#CDCED7
6#D7D8DF
7#E1E2E7
8#EBEBEF
9#F5F5F7
Tones
Muted variations
1#9D9EAF
2#9E9FAE
3#9FA0AD
4#A0A0AC
5#A1A1AB
6#A2A2AA
7#A3A3A9
8#A4A4A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F7 #F7F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADB #DADBE1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BEBF #BEBFCB | BordersInactive statesPlaceholder text |
| 400 | 9C9D #9C9DB0 | Disabled statesSecondary iconsMuted text |
| 500 | 8081 #808199 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6465 #64657D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5063 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3939 #393947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2425 #24252D | Primary textHigh emphasis contentDark headings |
| 950 | 1717 #17171C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F7F8;
--silver-100: #EBEBEF;
--silver-200: #DADBE1;
--silver-300: #BEBFCB;
--silver-400: #9C9DB0;
--silver-500: #808199;
--silver-600: #64657D;
--silver-700: #4F5063;
--silver-800: #393947;
--silver-900: #24252D;
--silver-950: #17171C;
}