Silver
#98A8B3
BlueColor Codes
All color formats for development
HEX
#98A8B3RGB
rgb(152, 168, 179)HSL
hsl(204, 15%, 65%)OKLCH
oklch(0.723 0.024 237.8)CMYK
cmyk(15%, 6%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8598A5
2#728897
3#637885
4#556672
5#46555F
6#38444C
7#2A3339
8#1C2226
9#0E1113
Tints
Lighter variations
1#A3B1BB
2#ADBAC2
3#B7C2CA
4#C1CBD1
5#CCD4D9
6#D6DCE1
7#E0E5E8
8#EAEEF0
9#F5F6F7
Tones
Muted variations
1#9AA8B2
2#9BA8B0
3#9CA8AF
4#9EA7AE
5#9FA7AC
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 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 98A8 #98A8B3 | Disabled statesSecondary iconsMuted text |
| 500 | 7B90 #7B909D | Primary brand colorCTAsActive elementsLinks |
| 600 | 5F74 #5F7481 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4C5C #4C5C67 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3642 #364249 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232A #232A2F | Primary textHigh emphasis contentDark headings |
| 950 | 161A #161A1D | 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: #BCC6CD;
--silver-400: #98A8B3;
--silver-500: #7B909D;
--silver-600: #5F7481;
--silver-700: #4C5C67;
--silver-800: #364249;
--silver-900: #232A2F;
--silver-950: #161A1D;
}