Silver
#98A9B3
BlueColor Codes
All color formats for development
HEX
#98A9B3RGB
rgb(152, 169, 179)HSL
hsl(202, 15%, 65%)OKLCH
oklch(0.725 0.024 233.5)CMYK
cmyk(15%, 6%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8599A5
2#728997
3#637985
4#556772
5#46565F
6#38454C
7#2A3439
8#1C2226
9#0E1113
Tints
Lighter variations
1#A3B2BB
2#ADBAC2
3#B7C3CA
4#C1CCD1
5#CCD4D9
6#D6DDE1
7#E0E5E8
8#EAEEF0
9#F5F6F7
Tones
Muted variations
1#9AA9B2
2#9BA9B0
3#9CA8AF
4#9EA8AE
5#9FA8AC
6#A0A7AB
7#A2A7AA
8#A3A6A8
9#A4A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAEE #EAEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE3 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 98A9 #98A9B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B91 #7B919D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F75 #5F7581 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5D #4C5D67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161B #161B1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EAEEF0;
--silver-200: #D9DFE3;
--silver-300: #BCC7CD;
--silver-400: #98A9B3;
--silver-500: #7B919D;
--silver-600: #5F7581;
--silver-700: #4C5D67;
--silver-800: #364249;
--silver-900: #232A2F;
--silver-950: #161B1D;
}