Silver
#99A5B2
BlueColor Codes
All color formats for development
HEX
#99A5B2RGB
rgb(153, 165, 178)HSL
hsl(211, 14%, 65%)OKLCH
oklch(0.717 0.023 250.3)CMYK
cmyk(14%, 7%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8695A4
2#738496
3#647384
4#566371
5#47525E
6#39424C
7#2B3139
8#1D2126
9#0E1013
Tints
Lighter variations
1#A3AEBA
2#AEB7C2
3#B8C0C9
4#C2C9D1
5#CCD2D9
6#D6DBE0
7#E0E4E8
8#EBEDF0
9#F5F6F7
Tones
Muted variations
1#9BA5B1
2#9CA5B0
3#9DA5AE
4#9EA6AD
5#A0A6AC
6#A1A6AB
7#A2A6A9
8#A3A6A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBED #EBEDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9DE #D9DEE2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC4 #BCC4CD | BordersInactive statesPlaceholder text |
| 400 | 99A5 #99A5B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8C #7C8C9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6070 #607080 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D59 #4D5966 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 373F #373F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2329 #23292F | Primary textHigh emphasis contentDark headings |
| 950 | 1619 #16191D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F8;
--silver-100: #EBEDF0;
--silver-200: #D9DEE2;
--silver-300: #BCC4CD;
--silver-400: #99A5B2;
--silver-500: #7C8C9C;
--silver-600: #607080;
--silver-700: #4D5966;
--silver-800: #373F49;
--silver-900: #23292F;
--silver-950: #16191D;
}