Silver
#9A9AB1
BlueColor Codes
All color formats for development
HEX
#9A9AB1RGB
rgb(154, 154, 177)HSL
hsl(240, 13%, 65%)OKLCH
oklch(0.694 0.033 285.5)CMYK
cmyk(13%, 13%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8787A3
2#757595
3#656583
4#575770
5#48485E
6#3A3A4B
7#2B2B38
8#1D1D25
9#0E0E13
Tints
Lighter variations
1#A4A4B9
2#AEAEC1
3#B8B8C9
4#C2C2D0
5#CDCDD8
6#D7D7E0
7#E1E1E8
8#EBEBEF
9#F5F5F7
Tones
Muted variations
1#9B9BB0
2#9C9CAF
3#9E9EAE
4#9F9FAD
5#A0A0AC
6#A1A1AA
7#A2A2A9
8#A3A3A8
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 #BDBDCC | BordersInactive statesPlaceholder text |
| 400 | 9A9A #9A9AB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D7D #7D7D9B | Primary brand colorCTAsActive elementsLinks |
| 600 | 6262 #62627F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E4E #4E4E65 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373748 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232E | 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: #BDBDCC;
--silver-400: #9A9AB1;
--silver-500: #7D7D9B;
--silver-600: #62627F;
--silver-700: #4E4E65;
--silver-800: #373748;
--silver-900: #23232E;
--silver-950: #16161D;
}