Silver
#99A8B2
BlueColor Codes
All color formats for development
HEX
#99A8B2RGB
rgb(153, 168, 178)HSL
hsl(204, 14%, 65%)OKLCH
oklch(0.723 0.022 236.9)CMYK
cmyk(14%, 6%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8698A4
2#738896
3#647784
4#566671
5#47555E
6#39444C
7#2B3339
8#1D2226
9#0E1113
Tints
Lighter variations
1#A3B1BA
2#AEBAC2
3#B8C2C9
4#C2CBD1
5#CCD4D9
6#D6DCE0
7#E0E5E8
8#EBEEF0
9#F5F6F7
Tones
Muted variations
1#9BA8B1
2#9CA8B0
3#9DA7AE
4#9EA7AD
5#A0A7AC
6#A1A7AB
7#A2A6A9
8#A3A6A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEE #EBEEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DF #D9DFE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC6 #BCC6CD | BordersInactive statesPlaceholder text |
| 400 | 99A8 #99A8B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8F #7C8F9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6073 #607380 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5C #4D5C66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3742 #374249 | 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: #EBEEF0;
--silver-200: #D9DFE2;
--silver-300: #BCC6CD;
--silver-400: #99A8B2;
--silver-500: #7C8F9C;
--silver-600: #607380;
--silver-700: #4D5C66;
--silver-800: #374249;
--silver-900: #232A2F;
--silver-950: #161A1D;
}