Silver
#9DAFAF
CyanColor Codes
All color formats for development
HEX
#9DAFAFRGB
rgb(157, 175, 175)HSL
hsl(180, 10%, 65%)OKLCH
oklch(0.74 0.02 196.7)CMYK
cmyk(10%, 0%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8BA0A0
2#789191
3#688080
4#5A6D6D
5#4B5B5B
6#3C4949
7#2D3737
8#1E2424
9#0F1212
Tints
Lighter variations
1#A7B7B7
2#B0BFBF
3#BAC7C7
4#C4CFCF
5#CED7D7
6#D8DFDF
7#E2E7E7
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9EAEAE
2#9FADAD
3#A0ACAC
4#A0ABAB
5#A1AAAA
6#A2A9A9
7#A3A8A8
8#A4A8A8
9#A5A7A7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F8 #F7F8F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EBEF #EBEFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DBE1 #DBE1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | BECA #BECACA | BordersInactive statesPlaceholder text |
| 400 | 9DAF #9DAFAF | Disabled statesSecondary iconsMuted text |
| 500 | 8198 #819898 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657B #657B7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5062 #506262 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3946 #394646 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252D #252D2D | Primary textHigh emphasis contentDark headings |
| 950 | 171C #171C1C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F7F8F8;
--silver-100: #EBEFEF;
--silver-200: #DBE1E1;
--silver-300: #BECACA;
--silver-400: #9DAFAF;
--silver-500: #819898;
--silver-600: #657B7B;
--silver-700: #506262;
--silver-800: #394646;
--silver-900: #252D2D;
--silver-950: #171C1C;
}