Silver
#9999B2
BlueColor Codes
All color formats for development
HEX
#9999B2RGB
rgb(153, 153, 178)HSL
hsl(240, 14%, 65%)OKLCH
oklch(0.691 0.036 285.4)CMYK
cmyk(14%, 14%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8686A4
2#737396
3#646484
4#565671
5#47475E
6#39394C
7#2B2B39
8#1D1D26
9#0E0E13
Tints
Lighter variations
1#A3A3BA
2#AEAEC2
3#B8B8C9
4#C2C2D1
5#CCCCD9
6#D6D6E0
7#E0E0E8
8#EBEBF0
9#F5F5F7
Tones
Muted variations
1#9B9BB1
2#9C9CB0
3#9D9DAE
4#9E9EAD
5#A0A0AC
6#A1A1AB
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 #EBEBF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9D9 #D9D9E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBC #BCBCCD | BordersInactive statesPlaceholder text |
| 400 | 9999 #9999B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C7C #7C7C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6060 #606080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D4D #4D4D66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3737 #373749 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2323 #23232F | 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: #EBEBF0;
--silver-200: #D9D9E2;
--silver-300: #BCBCCD;
--silver-400: #9999B2;
--silver-500: #7C7C9C;
--silver-600: #606080;
--silver-700: #4D4D66;
--silver-800: #373749;
--silver-900: #23232F;
--silver-950: #16161D;
}