Silver
#99ADB2
CyanColor Codes
All color formats for development
HEX
#99ADB2RGB
rgb(153, 173, 178)HSL
hsl(192, 14%, 65%)OKLCH
oklch(0.734 0.023 214.5)CMYK
cmyk(14%, 3%, 0%, 30%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#869EA4
2#738F96
3#647E84
4#566C71
5#475A5E
6#39484C
7#2B3639
8#1D2426
9#0E1213
Tints
Lighter variations
1#A3B5BA
2#AEBEC2
3#B8C6C9
4#C2CED1
5#CCD6D9
6#D6DEE0
7#E0E6E8
8#EBEFF0
9#F5F7F7
Tones
Muted variations
1#9BACB1
2#9CACB0
3#9DABAE
4#9EAAAD
5#A0A9AC
6#A1A9AB
7#A2A8A9
8#A3A7A8
9#A5A6A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D9E1 #D9E1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BCC9 #BCC9CD | BordersInactive statesPlaceholder text |
| 400 | 99AD #99ADB2 | Disabled statesSecondary iconsMuted text |
| 500 | 7C96 #7C969C | Primary brand colorCTAsActive elementsLinks |
| 600 | 607A #607A80 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4D61 #4D6166 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374549 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2F | Primary textHigh emphasis contentDark headings |
| 950 | 161C #161C1D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F8F8;
--silver-100: #EBEFF0;
--silver-200: #D9E1E2;
--silver-300: #BCC9CD;
--silver-400: #99ADB2;
--silver-500: #7C969C;
--silver-600: #607A80;
--silver-700: #4D6166;
--silver-800: #374549;
--silver-900: #232C2F;
--silver-950: #161C1D;
}