Silver
#9AADB1
CyanColor Codes
All color formats for development
HEX
#9AADB1RGB
rgb(154, 173, 177)HSL
hsl(190, 13%, 65%)OKLCH
oklch(0.734 0.022 211.8)CMYK
cmyk(13%, 2%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#879EA3
2#758F95
3#657E83
4#576C70
5#485A5E
6#3A484B
7#2B3638
8#1D2425
9#0E1213
Tints
Lighter variations
1#A4B6B9
2#AEBEC1
3#B8C6C9
4#C2CED0
5#CDD6D8
6#D7DEE0
7#E1E7E8
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9BADB0
2#9CACAF
3#9EABAE
4#9FAAAD
5#A0AAAC
6#A1A9AA
7#A2A8A9
8#A3A7A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DAE1 #DAE1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | BDC9 #BDC9CC | BordersInactive statesPlaceholder text |
| 400 | 9AAD #9AADB1 | Disabled statesSecondary iconsMuted text |
| 500 | 7D96 #7D969B | Primary brand colorCTAsActive elementsLinks |
| 600 | 627A #627A7F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4E61 #4E6165 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3745 #374548 | Text on light backgroundsHeadingsStrong borders |
| 900 | 232C #232C2E | 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: #EBEFEF;
--silver-200: #DAE1E2;
--silver-300: #BDC9CC;
--silver-400: #9AADB1;
--silver-500: #7D969B;
--silver-600: #627A7F;
--silver-700: #4E6165;
--silver-800: #374548;
--silver-900: #232C2E;
--silver-950: #161C1D;
}