Silver
#9B9BB0
BlueColor Codes
All color formats for development
HEX
#9B9BB0RGB
rgb(155, 155, 176)HSL
hsl(240, 12%, 65%)OKLCH
oklch(0.696 0.03 285.6)CMYK
cmyk(12%, 12%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8888A2
2#767693
3#666682
4#58586F
5#49495D
6#3A3A4A
7#2C2C38
8#1D1D25
9#0F0F13
Tints
Lighter variations
1#A5A5B8
2#AFAFC0
3#B9B9C8
4#C3C3D0
5#CDCDD8
6#D7D7E0
7#E1E1E7
8#EBEBEF
9#F5F5F7
Tones
Muted variations
1#9C9CAF
2#9D9DAE
3#9E9EAD
4#9F9FAC
5#A0A0AB
6#A1A1AA
7#A3A3A9
8#A4A4A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEB #EBEBEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DADA #DADAE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDBD #BDBDCB | BordersInactive statesPlaceholder text |
| 400 | 9B9B #9B9BB0 | Disabled statesSecondary iconsMuted text |
| 500 | 7E7E #7E7E9A | Primary brand colorCTAsActive elementsLinks |
| 600 | 6363 #63637E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4F4F #4F4F64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3838 #383847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2424 #24242E | Primary textHigh emphasis contentDark headings |
| 950 | 1616 #16161D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F6F8;
--silver-100: #EBEBEF;
--silver-200: #DADAE2;
--silver-300: #BDBDCB;
--silver-400: #9B9BB0;
--silver-500: #7E7E9A;
--silver-600: #63637E;
--silver-700: #4F4F64;
--silver-800: #383847;
--silver-900: #24242E;
--silver-950: #16161D;
}