Silver
#99A7B2
BlueColor Codes
All color formats for development
HEX
#99A7B2RGB
rgb(153, 167, 178)HSL
hsl(206, 14%, 65%)OKLCH
oklch(0.721 0.023 241.5)CMYK
cmyk(14%, 6%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8697A4
2#738796
3#647684
4#566571
5#47545E
6#39444C
7#2B3339
8#1D2226
9#0E1113
Tints
Lighter variations
1#A3B0BA
2#AEB9C2
3#B8C2C9
4#C2CAD1
5#CCD3D9
6#D6DCE0
7#E0E5E8
8#EBEDF0
9#F5F6F7
Tones
Muted variations
1#9BA7B1
2#9CA7B0
3#9DA7AE
4#9EA7AD
5#A0A7AC
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 | BCC5 #BCC5CD | BordersInactive statesPlaceholder text |
| 400 | 99A7 #99A7B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C8E #7C8E9C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6072 #607280 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5B #4D5B66 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3741 #374149 | 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: #F6F7F8;
--silver-100: #EBEDF0;
--silver-200: #D9DEE2;
--silver-300: #BCC5CD;
--silver-400: #99A7B2;
--silver-500: #7C8E9C;
--silver-600: #607280;
--silver-700: #4D5B66;
--silver-800: #374149;
--silver-900: #232A2F;
--silver-950: #161A1D;
}