Silver
#9B9CB0
BlueColor Codes
All color formats for development
HEX
#9B9CB0RGB
rgb(155, 156, 176)HSL
hsl(237, 12%, 65%)OKLCH
oklch(0.698 0.029 283.3)CMYK
cmyk(12%, 11%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#888AA2
2#767793
3#666782
4#58596F
5#494A5D
6#3A3B4A
7#2C2C38
8#1D1E25
9#0F0F13
Tints
Lighter variations
1#A5A6B8
2#AFB0C0
3#B9BAC8
4#C3C4D0
5#CDCED8
6#D7D7E0
7#E1E1E7
8#EBEBEF
9#F5F5F7
Tones
Muted variations
1#9C9DAF
2#9D9EAE
3#9E9FAD
4#9FA0AC
5#A0A1AB
6#A1A2AA
7#A3A3A9
8#A4A4A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBE #BDBECB | BordersInactive statesPlaceholder text |
| 400 | 9B9C #9B9CB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E80 #7E809A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6364 #63647E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F50 #4F5064 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3839 #383947 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1617 #16171D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBEBEF;
--silver-200: #DADAE2;
--silver-300: #BDBECB;
--silver-400: #9B9CB0;
--silver-500: #7E809A;
--silver-600: #63647E;
--silver-700: #4F5064;
--silver-800: #383947;
--silver-900: #24242E;
--silver-950: #16171D;
}