Silver
#999FB2
BlueColor Codes
All color formats for development
HEX
#999FB2RGB
rgb(153, 159, 178)HSL
hsl(226, 14%, 65%)OKLCH
oklch(0.704 0.029 271.7)CMYK
cmyk(14%, 11%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#868DA4
2#737B96
3#646B84
4#565C71
5#474D5E
6#393D4C
7#2B2E39
8#1D1F26
9#0E0F13
Tints
Lighter variations
1#A3A9BA
2#AEB2C2
3#B8BCC9
4#C2C5D1
5#CCCFD9
6#D6D9E0
7#E0E2E8
8#EBECF0
9#F5F5F7
Tones
Muted variations
1#9BA0B1
2#9CA0B0
3#9DA1AE
4#9EA2AD
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 | BCC0 #BCC0CD | BordersInactive statesPlaceholder text |
| 400 | 999F #999FB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C84 #7C849C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6068 #606880 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D53 #4D5366 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373B #373B49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2326 #23262F | Primary textHigh emphasis contentDark headings |
| 950 | 1618 #16181D | 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: #BCC0CD;
--silver-400: #999FB2;
--silver-500: #7C849C;
--silver-600: #606880;
--silver-700: #4D5366;
--silver-800: #373B49;
--silver-900: #23262F;
--silver-950: #16181D;
}