Silver
#99A9B2
BlueColor Codes
All color formats for development
HEX
#99A9B2RGB
rgb(153, 169, 178)HSL
hsl(202, 14%, 65%)OKLCH
oklch(0.725 0.022 232.3)CMYK
cmyk(14%, 5%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8699A4
2#738996
3#647884
4#566771
5#47565E
6#39454C
7#2B3439
8#1D2226
9#0E1113
Tints
Lighter variations
1#A3B2BA
2#AEBAC2
3#B8C3C9
4#C2CBD1
5#CCD4D9
6#D6DDE0
7#E0E5E8
8#EBEEF0
9#F5F6F7
Tones
Muted variations
1#9BA9B1
2#9CA8B0
3#9DA8AE
4#9EA8AD
5#A0A7AC
6#A1A7AB
7#A2A7A9
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 | BCC7 #BCC7CD | BordersInactive statesPlaceholder text |
| 400 | 99A9 #99A9B2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C91 #7C919C | Primary brand colorCTAsActive elementsLinks |
| 600 | 6074 #607480 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D5D #4D5D66 | 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: #BCC7CD;
--silver-400: #99A9B2;
--silver-500: #7C919C;
--silver-600: #607480;
--silver-700: #4D5D66;
--silver-800: #374249;
--silver-900: #232A2F;
--silver-950: #161A1D;
}