Silver
#99A1B2
BlueColor Codes
All color formats for development
HEX
#99A1B2RGB
rgb(153, 161, 178)HSL
hsl(221, 14%, 65%)OKLCH
oklch(0.708 0.026 265.5)CMYK
cmyk(14%, 10%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8690A4
2#737E96
3#646E84
4#565E71
5#474F5E
6#393F4C
7#2B2F39
8#1D1F26
9#0E1013
Tints
Lighter variations
1#A3ABBA
2#AEB4C2
3#B8BDC9
4#C2C7D1
5#CCD0D9
6#D6D9E0
7#E0E3E8
8#EBECF0
9#F5F6F7
Tones
Muted variations
1#9BA2B1
2#9CA2B0
3#9DA3AE
4#9EA3AD
5#A0A3AC
6#A1A4AB
7#A2A4A9
8#A3A5A8
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 | D9DC #D9DCE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC1 #BCC1CD | BordersInactive statesPlaceholder text |
| 400 | 99A1 #99A1B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C86 #7C869C | Primary brand colorCTAsActive elementsLinks |
| 600 | 606A #606A80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D55 #4D5566 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373C #373C49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2327 #23272F | 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: #D9DCE2;
--silver-300: #BCC1CD;
--silver-400: #99A1B2;
--silver-500: #7C869C;
--silver-600: #606A80;
--silver-700: #4D5566;
--silver-800: #373C49;
--silver-900: #23272F;
--silver-950: #16181D;
}