Silver
#9DAEAF
CyanColor Codes
All color formats for development
HEX
#9DAEAFRGB
rgb(157, 174, 175)HSL
hsl(183, 10%, 65%)OKLCH
oklch(0.738 0.019 201)CMYK
cmyk(10%, 1%, 0%, 31%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B9FA0
2#789091
3#687E80
4#5A6C6D
5#4B5A5B
6#3C4849
7#2D3637
8#1E2424
9#0F1212
Tints
Lighter variations
1#A7B6B7
2#B0BEBF
3#BAC6C7
4#C4CECF
5#CED6D7
6#D8DFDF
7#E2E7E7
8#EBEFEF
9#F5F7F7
Tones
Muted variations
1#9EADAE
2#9FACAD
3#A0ABAC
4#A0ABAB
5#A1AAAA
6#A2A9A9
7#A3A8A8
8#A4A7A8
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 | 9DAE #9DAEAF | Disabled statesSecondary iconsMuted text |
| 500 | 8197 #819798 | Primary brand colorCTAsActive elementsLinks |
| 600 | 657A #657A7B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5061 #506162 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3945 #394546 | Text on light backgroundsHeadingsStrong borders |
| 900 | 252C #252C2D | 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: #9DAEAF;
--silver-500: #819798;
--silver-600: #657A7B;
--silver-700: #506162;
--silver-800: #394546;
--silver-900: #252C2D;
--silver-950: #171C1C;
}