Silver
#92A1B9
BlueColor Codes
All color formats for development
HEX
#92A1B9RGB
rgb(146, 161, 185)HSL
hsl(217, 22%, 65%)OKLCH
oklch(0.705 0.039 259.8)CMYK
cmyk(21%, 13%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#7E90AC
2#6A7EA0
3#5A6E8E
4#4E5E79
5#414F65
6#343F51
7#272F3D
8#1A1F28
9#0D1014
Tints
Lighter variations
1#9DABC0
2#A8B4C7
3#B3BDCE
4#BEC7D5
5#C9D0DC
6#D3D9E3
7#DEE3EA
8#E9ECF1
9#F4F6F8
Tones
Muted variations
1#94A2B7
2#96A2B5
3#98A3B3
4#9AA3B2
5#9CA3B0
6#9EA4AE
7#A0A4AC
8#A2A5AA
9#A4A5A8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EC #E9ECF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D7DC #D7DCE5 | Secondary backgroundsInput backgroundsDividers |
| 300 | B7C1 #B7C1D1 | BordersInactive statesPlaceholder text |
| 400 | 92A1 #92A1B9 | Disabled statesSecondary iconsMuted text |
| 500 | 7386 #7386A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 586A #586A89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4655 #46556D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 323C #323C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2027 #202732 | Primary textHigh emphasis contentDark headings |
| 950 | 1418 #14181F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--silver-50: #F6F7F9;
--silver-100: #E9ECF1;
--silver-200: #D7DCE5;
--silver-300: #B7C1D1;
--silver-400: #92A1B9;
--silver-500: #7386A5;
--silver-600: #586A89;
--silver-700: #46556D;
--silver-800: #323C4E;
--silver-900: #202732;
--silver-950: #14181F;
}