Silver
#999EB2
BlueColor Codes
All color formats for development
HEX
#999EB2RGB
rgb(153, 158, 178)HSL
hsl(228, 14%, 65%)OKLCH
oklch(0.702 0.03 274.5)CMYK
cmyk(14%, 11%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868CA4
2#737A96
3#646A84
4#565B71
5#474C5E
6#393D4C
7#2B2E39
8#1D1E26
9#0E0F13
Tints
Lighter variations
1#A3A8BA
2#AEB2C2
3#B8BBC9
4#C2C5D1
5#CCCFD9
6#D6D8E0
7#E0E2E8
8#EBECF0
9#F5F5F7
Tones
Muted variations
1#9B9FB1
2#9CA0B0
3#9DA1AE
4#9EA1AD
5#A0A2AC
6#A1A3AB
7#A2A4A9
8#A3A4A8
9#A5A5A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEC #EBECF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DB #D9DBE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCBF #BCBFCD | BordersInactive statesPlaceholder text |
| 400 | 999E #999EB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C83 #7C839C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6067 #606780 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D52 #4D5266 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373A #373A49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2325 #23252F | 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: #EBECF0;
--silver-200: #D9DBE2;
--silver-300: #BCBFCD;
--silver-400: #999EB2;
--silver-500: #7C839C;
--silver-600: #606780;
--silver-700: #4D5266;
--silver-800: #373A49;
--silver-900: #23252F;
--silver-950: #16171D;
}